Move to 1.5.1 due to previous partial release
[aai/aai-common.git] / aai-schema-ingest / pom.xml
1 <!--
2
3     ============LICENSE_START=======================================================
4     org.onap.aai
5     ================================================================================
6     Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
7     ================================================================================
8     Licensed under the Apache License, Version 2.0 (the "License");
9     you may not use this file except in compliance with the License.
10     You may obtain a copy of the License at
11
12        http://www.apache.org/licenses/LICENSE-2.0
13
14     Unless required by applicable law or agreed to in writing, software
15     distributed under the License is distributed on an "AS IS" BASIS,
16     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17     See the License for the specific language governing permissions and
18     limitations under the License.
19     ============LICENSE_END=========================================================
20
21 -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24     <modelVersion>4.0.0</modelVersion>
25     <parent>
26         <groupId>org.onap.aai.aai-common</groupId>
27         <artifactId>aai-common</artifactId>
28         <version>1.5.1-SNAPSHOT</version>
29     </parent>
30     <artifactId>aai-schema-ingest</artifactId>
31     <name>aai-schema-ingest</name>
32     <version>1.5.1-SNAPSHOT</version>
33     <packaging>jar</packaging>
34
35     <properties>
36         <eelf.core.version>1.0.1-oss</eelf.core.version>
37         <httpclient.version>4.5.5</httpclient.version>
38         <springframework.version>4.3.24.RELEASE</springframework.version>
39     </properties>
40     <build>
41         <plugins>
42             <plugin>
43                 <groupId>org.apache.maven.plugins</groupId>
44                 <artifactId>maven-source-plugin</artifactId>
45             </plugin>
46             <plugin>
47                 <!-- explicitly define maven-deploy-plugin after other to force exec order -->
48                 <groupId>org.apache.maven.plugins</groupId>
49                 <artifactId>maven-deploy-plugin</artifactId>
50             </plugin>
51             <plugin>
52                 <groupId>org.sonatype.plugins</groupId>
53                 <artifactId>nexus-staging-maven-plugin</artifactId>
54             </plugin>
55             <plugin>
56                 <groupId>org.apache.maven.plugins</groupId>
57                 <artifactId>maven-site-plugin</artifactId>
58             </plugin>
59         </plugins>
60     </build>
61
62     <dependencies>
63         <dependency>
64             <groupId>org.eclipse.persistence</groupId>
65             <artifactId>eclipselink</artifactId>
66             <version>2.6.2</version>
67         </dependency>
68         <dependency>
69             <groupId>com.google.guava</groupId>
70             <artifactId>guava</artifactId>
71             <version>19.0</version>
72         </dependency>
73         <dependency>
74           <groupId>org.codehaus.groovy</groupId>
75           <artifactId>groovy</artifactId>
76           <version>2.4.15</version>
77           <classifier>indy</classifier>
78         </dependency>
79         <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
80         <dependency>
81             <groupId>commons-io</groupId>
82             <artifactId>commons-io</artifactId>
83             <version>2.6</version>
84         </dependency>
85         <dependency>
86             <groupId>org.onap.aai.aai-common</groupId>
87             <artifactId>aai-rest</artifactId>
88             <version>${project.version}</version>
89         </dependency>
90         <dependency>
91             <groupId>org.apache.tinkerpop</groupId>
92             <artifactId>gremlin-core</artifactId>
93             <version>3.2.2</version>
94         </dependency>
95         <dependency>
96             <groupId>com.jayway.jsonpath</groupId>
97             <artifactId>json-path</artifactId>
98             <version>2.2.0</version>
99         </dependency>
100         <dependency>
101             <groupId>javax.ws.rs</groupId>
102             <artifactId>javax.ws.rs-api</artifactId>
103             <version>2.0.1</version>
104         </dependency>
105         <dependency>
106             <groupId>org.springframework</groupId>
107             <artifactId>spring-context</artifactId>
108             <version>${springframework.version}</version>
109         </dependency>
110         <dependency>
111             <groupId>org.springframework</groupId>
112             <artifactId>spring-web</artifactId>
113             <version>${springframework.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>org.springframework</groupId>
117             <artifactId>spring-core</artifactId>
118             <version>${springframework.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>org.springframework</groupId>
122             <artifactId>spring-expression</artifactId>
123             <version>${springframework.version}</version>
124         </dependency>
125         <dependency>
126             <groupId>org.springframework</groupId>
127             <artifactId>spring-webmvc</artifactId>
128             <version>${springframework.version}</version>
129         </dependency>
130         <dependency>
131             <groupId>org.springframework.boot</groupId>
132             <artifactId>spring-boot-starter-web</artifactId>
133             <version>1.5.20.RELEASE</version>
134         </dependency>
135         <dependency>
136             <groupId>org.apache.httpcomponents</groupId>
137             <artifactId>httpclient</artifactId>
138             <version>${httpclient.version}</version>
139         </dependency>
140         <dependency>
141             <groupId>org.springframework</groupId>
142             <artifactId>spring-test</artifactId>
143             <version>${springframework.version}</version>
144         </dependency>
145         <dependency>
146             <groupId>org.springframework.boot</groupId>
147             <artifactId>spring-boot-test</artifactId>
148             <version>1.5.20.RELEASE</version>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>junit</groupId>
153             <artifactId>junit</artifactId>
154             <version>4.12</version>
155             <scope>test</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.mockito</groupId>
159             <artifactId>mockito-all</artifactId>
160             <version>1.10.19</version>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>com.att.eelf</groupId>
165             <artifactId>eelf-core</artifactId>
166             <version>${eelf.core.version}</version>
167         </dependency>
168         <dependency>
169             <groupId>com.google.code.gson</groupId>
170             <artifactId>gson</artifactId>
171             <version>2.8.5</version>
172         </dependency>
173     </dependencies>
174     <!-- Plugins and repositories -->
175     <pluginRepositories>
176         <pluginRepository>
177             <id>central</id>
178             <url>http://repo1.maven.org/maven2</url>
179         </pluginRepository>
180         <pluginRepository>
181             <id>EvoSuite</id>
182             <name>EvoSuite Repository</name>
183             <url>http://www.evosuite.org/m2</url>
184         </pluginRepository>
185     </pluginRepositories>
186
187     <reporting>
188         <plugins>
189             <plugin>
190                 <groupId>org.apache.maven.plugins</groupId>
191                 <artifactId>maven-javadoc-plugin</artifactId>
192                 <version>2.10.4</version>
193                 <configuration>
194                     <failOnError>false</failOnError>
195                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
196                     <docletArtifact>
197                         <groupId>org.umlgraph</groupId>
198                         <artifactId>umlgraph</artifactId>
199                         <version>5.6</version>
200                     </docletArtifact>
201                     <additionalparam>-views</additionalparam>
202                     <useStandardDocletOptions>true</useStandardDocletOptions>
203                 </configuration>
204             </plugin>
205         </plugins>
206     </reporting>
207
208 </project>