e7ebe09714188950dc62034a4da8d4a2e4359772
[utils] / test / eclipselink / pom.xml
1 <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">
2
3         <parent>
4                 <groupId>org.wamblee</groupId>
5                 <artifactId>wamblee-utils</artifactId>
6                 <version>0.2.5-SNAPSHOT</version>
7         </parent>
8
9         <modelVersion>4.0.0</modelVersion>
10         <groupId>org.wamblee</groupId>
11         <artifactId>wamblee-test-eclipselink</artifactId>
12         <packaging>jar</packaging>
13         <name>/test/eclipselink</name>
14         <url>http://wamblee.org</url>
15
16         <dependencies>
17                 <dependency>
18                         <groupId>org.wamblee</groupId>
19                         <artifactId>wamblee-test-enterprise</artifactId>
20                         <version>0.2.5-SNAPSHOT</version>
21                 </dependency>
22
23                 <dependency>
24                         <groupId>org.dbunit</groupId>
25                         <artifactId>dbunit</artifactId>
26                 </dependency>
27
28         </dependencies>
29
30 </project>