d56b3bb0805b5117d098875b3cc452e3bc5d6888
[aai/aai-common.git] / aai-schema-ingest / 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/xsd/maven-4.0.0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3   <parent>
4     <groupId>org.onap.aai.aai-common</groupId>
5     <artifactId>aai-common</artifactId>
6     <version>1.2.1-SNAPSHOT</version>
7   </parent>
8   <artifactId>aai-schema-ingest</artifactId>
9   <name>aai-schema-ingest</name>
10   <version>1.0.0-SNAPSHOT</version>
11   <packaging>jar</packaging>
12
13   <dependencies>
14         <dependency>
15                 <groupId>org.eclipse.persistence</groupId>
16                 <artifactId>eclipselink</artifactId>
17                 <version>2.6.2</version>
18         </dependency>
19         <dependency>
20                 <groupId>com.google.guava</groupId>
21                 <artifactId>guava</artifactId>
22                 <version>16.0</version>
23         </dependency>
24         <dependency>
25                 <groupId>org.apache.tinkerpop</groupId>
26                 <artifactId>gremlin-core</artifactId>
27                 <version>3.0.1-incubating</version>
28         </dependency>
29         <dependency>
30             <groupId>com.jayway.jsonpath</groupId>
31             <artifactId>json-path</artifactId>
32             <version>2.2.0</version>
33         </dependency>
34         <dependency>
35             <groupId>org.springframework</groupId>
36             <artifactId>spring-context</artifactId>
37             <version>4.3.6.RELEASE</version>
38         </dependency>
39         <dependency>
40             <groupId>org.springframework</groupId>
41             <artifactId>spring-test</artifactId>
42             <version>4.3.6.RELEASE</version>
43         </dependency>
44         <dependency>
45             <groupId>org.springframework.boot</groupId>
46             <artifactId>spring-boot-test</artifactId>
47             <version>1.5.1.RELEASE</version>
48             <scope>test</scope>
49         </dependency>
50         
51         <dependency>
52                 <groupId>junit</groupId>
53                 <artifactId>junit</artifactId>
54                 <version>4.12</version>
55                 <scope>test</scope>
56         </dependency>
57         <dependency>
58                 <groupId>org.mockito</groupId>
59                 <artifactId>mockito-all</artifactId>
60                 <version>1.10.19</version>
61                 <scope>test</scope>
62         </dependency>
63   </dependencies>
64   
65 </project>