Release aai/aai-common
[aai/aai-common.git] / aai-core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START======================================================
4 org.onap.aai
5 ===============================================================================
6 Copyright © 2019 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 <project
22         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
23         xmlns="http://maven.apache.org/POM/4.0.0"
24         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
25         <modelVersion>4.0.0</modelVersion>
26         <parent>
27                 <groupId>org.onap.aai.aai-common</groupId>
28                 <artifactId>aai-parent</artifactId>
29                 <version>1.13.6</version>
30                 <relativePath>../aai-parent/pom.xml</relativePath>
31         </parent>
32         <artifactId>aai-core</artifactId>
33         <name>aai-core</name>
34         <packaging>jar</packaging>
35         <properties>
36                 <springframework.version>4.3.24.RELEASE</springframework.version>
37
38                 <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit>
39                 <groovy.version>2.5.15</groovy.version>
40                 <mockito.core.version>3.4.0</mockito.core.version>
41                 <!-- Start of Default ONAP Schema Properties -->
42                 <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
43                 <gendoc.version>v15</gendoc.version>
44                 <aai.release>onap</aai.release>
45                 <schema.uri.base.path>/aai</schema.uri.base.path>
46                 <schema.configuration.location>N/A</schema.configuration.location>
47                 <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
48                 <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
49                 <schema.version.depth.start>v10</schema.version.depth.start>
50                 <schema.version.related.link.start>v10</schema.version.related.link.start>
51                 <schema.version.app.root.start>v11</schema.version.app.root.start>
52                 <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
53                 <schema.version.edge.label.start>v12</schema.version.edge.label.start>
54                 <schema.version.api.default>v19</schema.version.api.default>
55                 <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19</schema.version.list>
56                 <schema.translator.list>config</schema.translator.list>
57                 <!-- End of Default ONAP Schema Properties -->
58         </properties>
59         <profiles>
60                 <!-- Start of ONAP profile -->
61                 <profile>
62                         <id>onap</id>
63                         <properties>
64                                 <springframework.version>4.3.24.RELEASE</springframework.version>
65                                 <aai.release>onap</aai.release>
66                                 <schema.configuration.location>N/A</schema.configuration.location>
67                                 <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
68                                 <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
69                                 <schema.version.depth.start>v10</schema.version.depth.start>
70                                 <schema.version.related.link.start>v10</schema.version.related.link.start>
71                                 <schema.version.app.root.start>v11</schema.version.app.root.start>
72                                 <schema.version.edge.label.start>v12</schema.version.edge.label.start>
73                                 <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
74                                 <schema.version.api.default>v19</schema.version.api.default>
75                                 <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19</schema.version.list>
76                                 <gendoc.version>v15</gendoc.version>
77                         </properties>
78                 </profile>
79                 <!-- End of ONAP profile -->
80         </profiles>
81         <build>
82                 <plugins>
83                         <plugin>
84                                 <groupId>org.apache.maven.plugins</groupId>
85                                 <artifactId>maven-surefire-plugin</artifactId>
86                                 <configuration>
87                                         <systemPropertyVariables>
88                                                 <AJSC_HOME>.</AJSC_HOME>
89                                                 <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
90                                         </systemPropertyVariables>
91                                 </configuration>
92                         </plugin>
93                         <plugin>
94                                 <groupId>org.apache.maven.plugins</groupId>
95                                 <artifactId>maven-dependency-plugin</artifactId>
96                                 <version>2.8</version>
97                         </plugin>
98                         <plugin>
99                                 <!-- explicitly define maven-deploy-plugin after other to force exec
100                                         order -->
101                                 <groupId>org.apache.maven.plugins</groupId>
102                                 <artifactId>maven-deploy-plugin</artifactId>
103                         </plugin>
104                         <plugin>
105                                 <groupId>org.apache.maven.plugins</groupId>
106                                 <artifactId>maven-site-plugin</artifactId>
107                         </plugin>
108                 </plugins>
109         </build>
110
111         <dependencies>
112                 <dependency>
113                         <groupId>org.onap.aai.aai-common</groupId>
114                         <artifactId>aai-schema-ingest</artifactId>
115                 </dependency>
116                 <dependency>
117                         <groupId>org.onap.aai.aai-common</groupId>
118                         <artifactId>aai-aaf-auth</artifactId>
119                 </dependency>
120                 <dependency>
121                         <groupId>org.onap.aai.aai-common</groupId>
122                         <artifactId>aai-annotations</artifactId>
123                 </dependency>
124                 <dependency>
125                         <groupId>org.apache.commons</groupId>
126                         <artifactId>commons-lang3</artifactId>
127                 </dependency>
128                 <dependency>
129                         <groupId>commons-cli</groupId>
130                         <artifactId>commons-cli</artifactId>
131                         <version>1.5.0</version>
132         </dependency>
133                 <dependency>
134                         <groupId>org.apache.commons</groupId>
135                         <artifactId>commons-text</artifactId>
136                         <scope>compile</scope>
137                 </dependency>
138                 <dependency>
139                 <groupId>org.junit.vintage</groupId>
140                 <artifactId>junit-vintage-engine</artifactId>
141                 <scope>test</scope>
142                 <exclusions>
143                         <exclusion>
144                                 <groupId>org.hamcrest</groupId>
145                                 <artifactId>hamcrest-core</artifactId>
146                         </exclusion>
147                 </exclusions>
148                 </dependency>
149                 <dependency>
150                         <groupId>com.att.eelf</groupId>
151                         <artifactId>eelf-core</artifactId>
152                         <version>2.0.0-oss</version>
153                 </dependency>
154                 <dependency>
155                         <groupId>org.codehaus.jackson</groupId>
156                         <artifactId>jackson-core-asl</artifactId>
157                 </dependency>
158                 <dependency>
159                         <groupId>org.codehaus.jackson</groupId>
160                         <artifactId>jackson-mapper-asl</artifactId>
161                 </dependency>
162                 <dependency>
163                         <groupId>junit</groupId>
164                         <artifactId>junit</artifactId>
165                         <scope>test</scope>
166                 </dependency>
167                 <dependency>
168                         <groupId>org.hamcrest</groupId>
169                         <artifactId>hamcrest-junit</artifactId>
170                         <scope>test</scope>
171                 </dependency>
172                 <dependency>
173                         <groupId>org.hamcrest</groupId>
174                         <artifactId>hamcrest-core</artifactId>
175                         <scope>test</scope>
176                 </dependency>
177                 <dependency>
178                         <groupId>org.mockito</groupId>
179                         <artifactId>mockito-core</artifactId>
180                         <scope>test</scope>
181                 </dependency>
182                 <dependency>
183                         <groupId>com.google.guava</groupId>
184                         <artifactId>guava</artifactId>
185                 </dependency>
186                 <dependency>
187                         <groupId>org.janusgraph</groupId>
188                         <artifactId>janusgraph-core</artifactId>
189                         <exclusions>
190                                 <exclusion>
191                                         <groupId>org.slf4j</groupId>
192                                         <artifactId>slf4j-log4j12</artifactId>
193                                 </exclusion>
194                                 <exclusion>
195                                         <groupId>dom4j</groupId>
196                                         <artifactId>dom4j</artifactId>
197                                 </exclusion>
198                         </exclusions>
199                 </dependency>
200                 <dependency>
201                         <groupId>com.fasterxml.jackson.jaxrs</groupId>
202                         <artifactId>jackson-jaxrs-json-provider</artifactId>
203                 </dependency>
204                 <dependency>
205                 <groupId>org.springframework.kafka</groupId>
206                 <artifactId>spring-kafka</artifactId>
207                         <version>2.7.14</version>
208                 </dependency>
209                 <dependency>
210             <groupId>org.springframework.kafka</groupId>
211             <artifactId>spring-kafka-test</artifactId>
212             <scope>test</scope>
213         </dependency>
214                 <dependency>
215                         <groupId>com.googlecode.json-simple</groupId>
216                         <artifactId>json-simple</artifactId>
217                 </dependency>
218                 <dependency>
219                         <groupId>javax.xml.bind</groupId>
220                         <artifactId>jaxb-api</artifactId>
221                 </dependency>
222                 <dependency>
223                         <groupId>com.sun.xml.bind</groupId>
224                         <artifactId>jaxb-impl</artifactId>
225                 </dependency>
226                 <dependency>
227                         <groupId>com.sun.xml.bind</groupId>
228                         <artifactId>jaxb-core</artifactId>
229                 </dependency>
230                 <dependency>
231                         <groupId>org.eclipse.persistence</groupId>
232                         <artifactId>eclipselink</artifactId>
233                 </dependency>
234                 <dependency>
235                         <groupId>com.google.code.gson</groupId>
236                         <artifactId>gson</artifactId>
237                 </dependency>
238                 <dependency>
239                         <groupId>com.jayway.jsonpath</groupId>
240                         <artifactId>json-path</artifactId>
241                 </dependency>
242                 <dependency>
243                         <groupId>com.jayway.jsonpath</groupId>
244                         <artifactId>json-path-assert</artifactId>
245                         <scope>test</scope>
246                 </dependency>
247                 <dependency>
248                         <groupId>org.eclipse.jetty</groupId>
249                         <artifactId>jetty-util</artifactId>
250                 </dependency>
251                 <dependency>
252                         <groupId>com.fasterxml.jackson.module</groupId>
253                         <artifactId>jackson-module-jaxb-annotations</artifactId>
254                 </dependency>
255                 <dependency>
256                         <groupId>com.sun.jersey</groupId>
257                         <artifactId>jersey-core</artifactId>
258                 </dependency>
259                 <dependency>
260                         <groupId>com.sun.jersey</groupId>
261                         <artifactId>jersey-client</artifactId>
262                 </dependency>
263                 <dependency>
264                         <groupId>com.sun.jersey</groupId>
265                         <artifactId>jersey-json</artifactId>
266                 </dependency>
267                 <dependency>
268                         <groupId>org.apache.tinkerpop</groupId>
269                         <artifactId>gremlin-core</artifactId>
270                 </dependency>
271                 <dependency>
272                         <groupId>org.apache.tinkerpop</groupId>
273                         <artifactId>tinkergraph-gremlin</artifactId>
274                 </dependency>
275                 <dependency>
276                         <groupId>org.slf4j</groupId>
277                         <artifactId>slf4j-api</artifactId>
278                 </dependency>
279                 <dependency>
280                         <groupId>xml-apis</groupId>
281                         <artifactId>xml-apis</artifactId>
282                         <version>1.4.01</version>
283                 </dependency>
284                 <dependency>
285                         <groupId>com.beust</groupId>
286                         <artifactId>jcommander</artifactId>
287                 </dependency>
288                 <dependency>
289                         <groupId>org.json</groupId>
290                         <artifactId>json</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             <version>${groovy.version}</version>
332                         <classifier>indy</classifier>
333                 </dependency>
334                 <dependency>
335                         <groupId>org.springframework</groupId>
336                         <artifactId>spring-context</artifactId>
337                 </dependency>
338                 <dependency>
339                         <groupId>org.springframework</groupId>
340                         <artifactId>spring-web</artifactId>
341                 </dependency>
342                 <dependency>
343                         <groupId>org.springframework</groupId>
344                         <artifactId>spring-core</artifactId>
345                 </dependency>
346                 <dependency>
347                         <groupId>org.springframework</groupId>
348                         <artifactId>spring-expression</artifactId>
349                 </dependency>
350                 <dependency>
351                         <groupId>org.springframework</groupId>
352                         <artifactId>spring-webmvc</artifactId>
353                 </dependency>
354                 <dependency>
355                         <groupId>org.springframework</groupId>
356                         <artifactId>spring-test</artifactId>
357                         <scope>test</scope>
358                 </dependency>
359                 <dependency>
360                         <groupId>org.springframework.boot</groupId>
361                         <artifactId>spring-boot-test</artifactId>
362                         <scope>test</scope>
363                 </dependency>
364                 <dependency>
365                         <groupId>org.skyscreamer</groupId>
366                         <artifactId>jsonassert</artifactId>
367                         <scope>test</scope>
368                 </dependency>
369                 <dependency>
370                         <groupId>org.apache.httpcomponents</groupId>
371                         <artifactId>httpclient</artifactId>
372                 </dependency>
373                 <dependency>
374                         <groupId>org.apache.tinkerpop</groupId>
375                         <artifactId>gremlin-groovy</artifactId>
376                         <exclusions>
377                                 <exclusion>
378                                         <groupId>org.codehaus.groovy</groupId>
379                                         <artifactId>groovy</artifactId>
380                                 </exclusion>
381                         </exclusions>
382                 </dependency>
383                 <dependency>
384                         <groupId>org.springframework</groupId>
385                         <artifactId>spring-jms</artifactId>
386                 </dependency>
387                 <dependency>
388                         <groupId>com.fasterxml.jackson.core</groupId>
389                         <artifactId>jackson-core</artifactId>
390                 </dependency>
391                 <dependency>
392                         <groupId>com.fasterxml.jackson.core</groupId>
393                         <artifactId>jackson-databind</artifactId>
394                 </dependency>
395                 <dependency>
396                         <groupId>com.fasterxml.jackson.core</groupId>
397                         <artifactId>jackson-annotations</artifactId>
398                 </dependency>
399                 <dependency>
400                         <groupId>com.fasterxml.jackson.dataformat</groupId>
401                         <artifactId>jackson-dataformat-yaml</artifactId>
402                 </dependency>
403                 <dependency>
404                                 <groupId>org.apache.logging.log4j</groupId>
405                                 <artifactId>log4j</artifactId>
406                                 <version>${log4j.version}</version>
407                                 <type>pom</type>
408                 </dependency>
409         </dependencies>
410
411         <!-- Plugins and repositories -->
412         <pluginRepositories>
413                 <pluginRepository>
414                         <id>central</id>
415                         <url>https://repo1.maven.org/maven2</url>
416                 </pluginRepository>
417                 <pluginRepository>
418                         <id>EvoSuite</id>
419                         <name>EvoSuite Repository</name>
420                         <url>https://www.evosuite.org/m2</url>
421                 </pluginRepository>
422         </pluginRepositories>
423
424         <reporting>
425                 <plugins>
426                         <plugin>
427                                 <groupId>org.apache.maven.plugins</groupId>
428                                 <artifactId>maven-javadoc-plugin</artifactId>
429                                 <version>2.10.4</version>
430                                 <configuration>
431                                         <failOnError>false</failOnError>
432                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
433                                         <docletArtifact>
434                                                 <groupId>org.umlgraph</groupId>
435                                                 <artifactId>umlgraph</artifactId>
436                                                 <version>5.6</version>
437                                         </docletArtifact>
438                                         <additionalparam>-views</additionalparam>
439                                         <useStandardDocletOptions>true</useStandardDocletOptions>
440                                 </configuration>
441                         </plugin>
442                 </plugins>
443         </reporting>
444 </project>