[AAI-2528] | Update to spring-boot 2.1.6.RELEASE
[aai/aai-common.git] / aai-core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3
4 ============LICENSE_START======================================================
5 org.onap.aai
6 ===============================================================================
7 Copyright © 2019 AT&T Intellectual Property. All rights reserved.
8 ===============================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 ===========LICENSE_END=========================================================
21
22 -->
23 <project
24         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
25         xmlns="http://maven.apache.org/POM/4.0.0"
26         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
27         <modelVersion>4.0.0</modelVersion>
28         <parent>
29                 <groupId>org.onap.aai.aai-common</groupId>
30                 <artifactId>aai-parent</artifactId>
31                 <version>1.6.6-SNAPSHOT</version>
32                 <relativePath>../aai-parent/pom.xml</relativePath>
33         </parent>
34         <artifactId>aai-core</artifactId>
35         <name>aai-core</name>
36         <packaging>jar</packaging>
37         <properties>
38                 <springframework.version>4.3.24.RELEASE</springframework.version>
39
40                 <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit>
41                 <gremlin.version>3.2.2</gremlin.version>
42                 <groovy.version>2.4.15</groovy.version> 
43                 <!-- Start of Default ONAP Schema Properties -->
44                 <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
45                 <gendoc.version>v15</gendoc.version>
46                 <aai.release>onap</aai.release>
47                 <schema.uri.base.path>/aai</schema.uri.base.path>
48                 <schema.configuration.location>N/A</schema.configuration.location>
49                 <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
50                 <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
51                 <schema.version.depth.start>v10</schema.version.depth.start>
52                 <schema.version.related.link.start>v10</schema.version.related.link.start>
53                 <schema.version.app.root.start>v11</schema.version.app.root.start>
54                 <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
55                 <schema.version.edge.label.start>v12</schema.version.edge.label.start>
56                 <schema.version.api.default>v19</schema.version.api.default>
57                 <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19</schema.version.list>
58                 <schema.translator.list>config</schema.translator.list>
59                 <!-- End of Default ONAP Schema Properties -->
60         </properties>
61         <profiles>
62                 <!-- Start of ONAP profile -->
63                 <profile>
64                         <id>onap</id>
65                         <properties>
66                                 <springframework.version>4.3.24.RELEASE</springframework.version>
67                                 <aai.release>onap</aai.release>
68                                 <schema.configuration.location>N/A</schema.configuration.location>
69                                 <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
70                                 <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
71                                 <schema.version.depth.start>v10</schema.version.depth.start>
72                                 <schema.version.related.link.start>v10</schema.version.related.link.start>
73                                 <schema.version.app.root.start>v11</schema.version.app.root.start>
74                                 <schema.version.edge.label.start>v12</schema.version.edge.label.start>
75                                 <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
76                                 <schema.version.api.default>v19</schema.version.api.default>
77                                 <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19</schema.version.list>
78                                 <gendoc.version>v15</gendoc.version>
79                         </properties>
80                 </profile>
81                 <!-- End of ONAP profile -->
82         </profiles>
83         <build>
84                 <plugins>
85                         <plugin>
86                                 <groupId>org.apache.maven.plugins</groupId>
87                                 <artifactId>maven-surefire-plugin</artifactId>
88                                 <configuration>
89                                         <systemPropertyVariables>
90                                                 <AJSC_HOME>.</AJSC_HOME>
91                                                 <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
92                                         </systemPropertyVariables>
93                                 </configuration>
94                         </plugin>
95                         <plugin>
96                                 <groupId>org.apache.maven.plugins</groupId>
97                                 <artifactId>maven-dependency-plugin</artifactId>
98                                 <version>2.8</version>
99                         </plugin>
100                         <plugin>
101                                 <!-- explicitly define maven-deploy-plugin after other to force exec 
102                                         order -->
103                                 <groupId>org.apache.maven.plugins</groupId>
104                                 <artifactId>maven-deploy-plugin</artifactId>
105                         </plugin>
106                         <plugin>
107                                 <groupId>org.apache.maven.plugins</groupId>
108                                 <artifactId>maven-site-plugin</artifactId>
109                         </plugin>
110                 </plugins>
111         </build>
112
113         <dependencies>
114                 <dependency>
115                         <groupId>org.onap.aai.aai-common</groupId>
116                         <artifactId>aai-schema-ingest</artifactId>
117                 </dependency>
118                 <dependency>
119                         <groupId>org.onap.aai.aai-common</groupId>
120                         <artifactId>aai-annotations</artifactId>
121                 </dependency>
122                 <dependency>
123                         <groupId>commons-lang</groupId>
124                         <artifactId>commons-lang</artifactId>
125                 </dependency>
126                 <dependency>
127                         <groupId>org.apache.commons</groupId>
128                         <artifactId>commons-text</artifactId>
129                         <scope>compile</scope>
130                 </dependency>
131                 <dependency>
132                         <groupId>com.att.eelf</groupId>
133                         <artifactId>eelf-core</artifactId>
134                         <exclusions><!-- excluding transitive dependency coming from this artifact, as we would need powermock-api-mockito2-->
135                                 <exclusion>
136                                         <groupId>org.powermock</groupId>
137                                         <artifactId>powermock-api-mockito</artifactId>
138                                 </exclusion>
139             </exclusions>
140                 </dependency>
141                 <dependency>
142                         <groupId>org.codehaus.jackson</groupId>
143                         <artifactId>jackson-core-asl</artifactId>
144                 </dependency>
145                 <dependency>
146                         <groupId>org.codehaus.jackson</groupId>
147                         <artifactId>jackson-mapper-asl</artifactId>
148                 </dependency>
149                 <dependency>
150                         <groupId>junit</groupId>
151                         <artifactId>junit</artifactId>
152                         <scope>test</scope>
153                 </dependency>
154                 <dependency>
155                         <groupId>org.hamcrest</groupId>
156                         <artifactId>hamcrest-junit</artifactId>
157                         <scope>test</scope>
158                 </dependency>
159                 <dependency>
160                         <groupId>org.hamcrest</groupId>
161                         <artifactId>hamcrest-core</artifactId>
162                         <scope>test</scope>
163                 </dependency>
164                 <dependency>
165                         <groupId>org.mockito</groupId>
166                         <artifactId>mockito-all</artifactId>
167                         <scope>test</scope>
168                 </dependency>
169                 <dependency>
170                         <groupId>org.powermock</groupId>
171                         <artifactId>powermock-module-junit4</artifactId>
172                         <scope>test</scope>
173                 </dependency>
174                 <dependency>
175                         <groupId>org.powermock</groupId>
176                         <artifactId>powermock-api-mockito2</artifactId>
177                         <scope>test</scope>
178                 </dependency>
179                         <dependency>
180                         <groupId>org.powermock</groupId>
181                         <artifactId>powermock-core</artifactId>
182                         <scope>test</scope>
183                 </dependency>
184                 <dependency>
185                         <groupId>com.google.guava</groupId>
186                         <artifactId>guava</artifactId>
187                 </dependency>
188                 <dependency>
189                         <groupId>org.janusgraph</groupId>
190                         <artifactId>janusgraph-core</artifactId>
191                         <exclusions>
192                                 <exclusion>
193                                         <groupId>org.slf4j</groupId>
194                                         <artifactId>slf4j-log4j12</artifactId>
195                                 </exclusion>
196                                 <exclusion>
197                                         <groupId>dom4j</groupId>
198                                         <artifactId>dom4j</artifactId>
199                                 </exclusion>
200                         </exclusions>
201                 </dependency>
202                 <dependency>
203                         <groupId>com.fasterxml.jackson.jaxrs</groupId>
204                         <artifactId>jackson-jaxrs-json-provider</artifactId>
205                 </dependency>
206                 <dependency>
207                         <groupId>com.googlecode.json-simple</groupId>
208                         <artifactId>json-simple</artifactId>
209                 </dependency>
210                 <dependency>
211                         <groupId>javax.xml.bind</groupId>
212                         <artifactId>jaxb-api</artifactId>
213                 </dependency>
214                 <dependency>
215                         <groupId>org.eclipse.persistence</groupId>
216                         <artifactId>eclipselink</artifactId>
217                 </dependency>
218                 <dependency>
219                         <groupId>com.google.code.gson</groupId>
220                         <artifactId>gson</artifactId>
221                 </dependency>
222                 <dependency>
223                         <groupId>com.jayway.jsonpath</groupId>
224                         <artifactId>json-path</artifactId>
225                 </dependency>
226                 <dependency>
227                         <groupId>org.eclipse.jetty</groupId>
228                         <artifactId>jetty-util</artifactId>
229                 </dependency>
230                 <dependency>
231                         <groupId>com.fasterxml.jackson.module</groupId>
232                         <artifactId>jackson-module-jaxb-annotations</artifactId>
233                 </dependency>
234                 <dependency>
235                         <groupId>com.sun.jersey</groupId>
236                         <artifactId>jersey-core</artifactId>
237                 </dependency>
238                 <dependency>
239                         <groupId>com.sun.jersey</groupId>
240                         <artifactId>jersey-client</artifactId>
241                 </dependency>
242                 <dependency>
243                         <groupId>com.sun.jersey</groupId>
244                         <artifactId>jersey-json</artifactId>
245                 </dependency>
246                 <dependency>
247                         <groupId>javax.ws.rs</groupId>
248                         <artifactId>javax.ws.rs-api</artifactId>
249                 </dependency>
250                 <dependency>
251                         <groupId>org.apache.tinkerpop</groupId>
252                         <artifactId>gremlin-core</artifactId>
253                 </dependency>
254                 <dependency>
255                         <groupId>org.apache.tinkerpop</groupId>
256                         <artifactId>tinkergraph-gremlin</artifactId>
257                 </dependency>
258                 <dependency>
259                         <groupId>org.slf4j</groupId>
260                         <artifactId>slf4j-api</artifactId>
261                 </dependency>
262                 <dependency>
263                         <groupId>com.fasterxml.jackson.core</groupId>
264                         <artifactId>jackson-annotations</artifactId>
265
266                 </dependency>
267                 <dependency>
268                         <groupId>com.fasterxml.jackson.dataformat</groupId>
269                         <artifactId>jackson-dataformat-yaml</artifactId>
270                 </dependency>
271                 <dependency>
272                         <groupId>xml-apis</groupId>
273                         <artifactId>xml-apis</artifactId>
274                 </dependency>
275                 <dependency>
276                         <groupId>commons-cli</groupId>
277                         <artifactId>commons-cli</artifactId>
278                 </dependency>
279                 <dependency>
280                         <groupId>com.beust</groupId>
281                         <artifactId>jcommander</artifactId>
282                 </dependency>
283                 <dependency>
284                         <groupId>org.json</groupId>
285                         <artifactId>json</artifactId>
286
287                 </dependency>
288                 <dependency>
289                         <groupId>javax.servlet</groupId>
290                         <artifactId>javax.servlet-api</artifactId>
291                 </dependency>
292                 <dependency>
293                         <groupId>com.bazaarvoice.jolt</groupId>
294                         <artifactId>jolt-complete</artifactId>
295                 </dependency>
296                 <dependency>
297                         <groupId>ch.qos.logback</groupId>
298                         <artifactId>logback-core</artifactId>
299                 </dependency>
300                 <dependency>
301                         <groupId>ch.qos.logback</groupId>
302                         <artifactId>logback-classic</artifactId>
303                 </dependency>
304                 <dependency>
305                         <groupId>ch.qos.logback</groupId>
306                         <artifactId>logback-access</artifactId>
307                 </dependency>
308                 <dependency>
309                         <groupId>org.apache.activemq</groupId>
310                         <artifactId>activemq-broker</artifactId>
311                 </dependency>
312                 <dependency>
313                         <groupId>org.apache.activemq</groupId>
314                         <artifactId>activemq-openwire-legacy</artifactId>
315                 </dependency>
316                 <dependency>
317                         <groupId>com.opencsv</groupId>
318                         <artifactId>opencsv</artifactId>
319                 </dependency>
320                 <dependency>
321                         <groupId>org.freemarker</groupId>
322                         <artifactId>freemarker</artifactId>
323                 </dependency>
324                 <dependency>
325                         <groupId>com.github.fge</groupId>
326                         <artifactId>json-patch</artifactId>
327                 </dependency>
328                 <dependency>
329                         <groupId>org.codehaus.groovy</groupId>
330                         <artifactId>groovy</artifactId>
331                         <classifier>indy</classifier>
332                 </dependency>
333                 <dependency>
334                         <groupId>org.springframework</groupId>
335                         <artifactId>spring-context</artifactId>
336                 </dependency>
337                 <dependency>
338                         <groupId>org.springframework</groupId>
339                         <artifactId>spring-web</artifactId>
340                 </dependency>
341                 <dependency>
342                         <groupId>org.springframework</groupId>
343                         <artifactId>spring-core</artifactId>
344                 </dependency>
345                 <dependency>
346                         <groupId>org.springframework</groupId>
347                         <artifactId>spring-expression</artifactId>
348                 </dependency>
349                 <dependency>
350                         <groupId>org.springframework</groupId>
351                         <artifactId>spring-webmvc</artifactId>
352                 </dependency>
353                 <dependency>
354                         <groupId>org.springframework</groupId>
355                         <artifactId>spring-test</artifactId>
356                         <scope>test</scope>
357                 </dependency>
358                 <dependency>
359                         <groupId>org.springframework.boot</groupId>
360                         <artifactId>spring-boot-test</artifactId>
361                         <scope>test</scope>
362                 </dependency>
363                 <dependency>
364                         <groupId>org.powermock</groupId>
365                         <artifactId>powermock-module-javaagent</artifactId>
366                         <scope>test</scope>
367                 </dependency>
368                 <dependency>
369                         <groupId>org.skyscreamer</groupId>
370                         <artifactId>jsonassert</artifactId>
371                         <scope>test</scope>
372                 </dependency>
373                 <dependency>
374                         <groupId>org.apache.httpcomponents</groupId>
375                         <artifactId>httpclient</artifactId>
376                 </dependency>
377                 <dependency>
378                         <groupId>org.apache.tinkerpop</groupId>
379                         <artifactId>gremlin-groovy</artifactId>
380                         <exclusions>
381                                 <exclusion>
382                                         <groupId>org.codehaus.groovy</groupId>
383                                         <artifactId>groovy</artifactId>
384                                 </exclusion>
385                         </exclusions>
386                 </dependency>
387                 <dependency>
388                         <groupId>org.springframework</groupId>
389                         <artifactId>spring-jms</artifactId>
390                 </dependency>
391                 <dependency>
392                         <groupId>com.fasterxml.jackson.core</groupId>
393                         <artifactId>jackson-core</artifactId>
394                 </dependency>
395                 <dependency>
396                         <groupId>com.fasterxml.jackson.core</groupId>
397                         <artifactId>jackson-databind</artifactId>
398                 </dependency>
399                 <dependency>
400                         <groupId>com.fasterxml.jackson.core</groupId>
401                         <artifactId>jackson-annotations</artifactId>
402                 </dependency>
403                 <dependency>
404                         <groupId>log4j</groupId>
405                         <artifactId>log4j</artifactId>
406                 </dependency>
407         </dependencies>
408
409         <!-- Plugins and repositories -->
410         <pluginRepositories>
411                 <pluginRepository>
412                         <id>central</id>
413                         <url>http://repo1.maven.org/maven2</url>
414                 </pluginRepository>
415                 <pluginRepository>
416                         <id>EvoSuite</id>
417                         <name>EvoSuite Repository</name>
418                         <url>http://www.evosuite.org/m2</url>
419                 </pluginRepository>
420         </pluginRepositories>
421
422         <reporting>
423                 <plugins>
424                         <plugin>
425                                 <groupId>org.apache.maven.plugins</groupId>
426                                 <artifactId>maven-javadoc-plugin</artifactId>
427                                 <version>2.10.4</version>
428                                 <configuration>
429                                         <failOnError>false</failOnError>
430                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
431                                         <docletArtifact>
432                                                 <groupId>org.umlgraph</groupId>
433                                                 <artifactId>umlgraph</artifactId>
434                                                 <version>5.6</version>
435                                         </docletArtifact>
436                                         <additionalparam>-views</additionalparam>
437                                         <useStandardDocletOptions>true</useStandardDocletOptions>
438                                 </configuration>
439                         </plugin>
440                 </plugins>
441         </reporting>
442 </project>