blob: ba9cb8a9cb0eafebc2e4099b81cc89f4a41893de [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>
<groupId>org.eclipse.persistence.incubator</groupId>
<artifactId>jpars.script.clojure</artifactId>
<packaging>war</packaging>
<version>2.4.2-SNAPSHOT</version>
<name>jpars.script.clojure Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.toplink</groupId>
<artifactId>toplink-dataservices-web</artifactId>
<version>12.1.2-0-0</version>
</dependency>
<dependency>
<groupId>com.oracle.toplink</groupId>
<artifactId>eclipselink</artifactId>
<version>12.1.2-0-0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.oracle.toplink</groupId>
<artifactId>javax.persistence</artifactId>
<version>12.1.2-0-0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>jpars.script.clojure</finalName>
</build>
</project>