<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">
  <parent>
    <groupId>org.jboss.fresh</groupId>
    <artifactId>fresh-root</artifactId>
    <version>1.0.0.Alpha1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.fresh</groupId>
  <artifactId>fresh-scripting</artifactId>
  <packaging>jar</packaging>
  <name>JBoss Fresh - Scripting</name>
  <url>http://www.jboss.org/fresh</url>
  <description>JBoss Fresh - Scripting</description>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>

      <dependency>
        <groupId>apache-log4j</groupId>
        <artifactId>log4j</artifactId>
        <scope>provided</scope>
      </dependency>
      
      <dependency>
        <groupId>org.jboss.fresh</groupId>
	<artifactId>fresh-util</artifactId>
      </dependency>
      
      <dependency>
        <groupId>org.jboss.fresh</groupId>
  	<artifactId>fresh-shell</artifactId>
      </dependency>
      
	<dependency>
	  	<groupId>bsf</groupId>
	  	<artifactId>bsf</artifactId>
	</dependency>      

  </dependencies>
  
</project>