blob: 08dc9034dcc1403ff503b5dea0ed8c5f460488d2 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.gshell</groupId>
<artifactId>gshell-commands</artifactId>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gshell-scripting-commands</artifactId>
<name>GShell Commands :: Scripting</name>
<packaging>jar</packaging>
<dependencies>
<!-- FIXME: Need to abstract InteractiveConsole and move it to API, until then depend on core -->
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>gshell-core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<version>2.3.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>