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