Set release version on aai-rest
[aai/aai-common.git] / aai-parent / 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 xmlns="http://maven.apache.org/POM/4.0.0"
24         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26         <modelVersion>4.0.0</modelVersion>
27         <parent>
28                 <groupId>org.onap.aai.aai-common</groupId>
29                 <artifactId>aai-common</artifactId>
30                 <version>1.6.1-SNAPSHOT</version>
31         </parent>
32         <artifactId>aai-parent</artifactId>
33         <name>aai-parent</name>
34         <packaging>pom</packaging>
35
36         <modules>
37
38         </modules>
39
40         <properties>
41                 <!--  update this just prior to release or figure out something with version.properties -->
42                 <aai.release.version>1.6.1-SNAPSHOT</aai.release.version>
43                 <aai.common.logging.version>1.5.1</aai.common.logging.version>
44                 <aai.rest.client.version>1.5.1</aai.rest.client.version>
45                 <aai.schema.service.version>1.6.0</aai.schema.service.version>
46
47                 <aaf.version>2.1.15</aaf.version>
48                 <antlr.version>4.7.2</antlr.version>
49                 <activemq.version>5.15.10</activemq.version>
50                 <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
51                 <commons.beanutils.version>1.9.4</commons.beanutils.version>
52                 <commons.cli.version>1.4</commons.cli.version>
53                 <commons.configuration.version>1.10</commons.configuration.version>
54                 <commons.io.version>2.6</commons.io.version>
55                 <commons.lang.version>2.6</commons.lang.version>
56                 <commons.text.version>1.8</commons.text.version>
57                 <docker.fabric.version>0.31.0</docker.fabric.version>
58                 <dmaap.client.version>1.1.9</dmaap.client.version>
59                 <eclipse.persistence.version>2.6.8</eclipse.persistence.version>
60                 <eelf.core.version>1.0.1-oss</eelf.core.version>
61                 <freemarker.version>2.3.29</freemarker.version>
62                 <google.guava.version>19.0</google.guava.version>
63                 <gremlin.version>3.2.11</gremlin.version>
64                 <groovy.version>2.5.8</groovy.version>
65                 <gson.version>2.8.6</gson.version>
66                 <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
67                 <jackson.bom.version>2.10.1</jackson.bom.version>
68                 <janusgraph.version>0.2.3</janusgraph.version>
69                 <javatuples.version>1.2</javatuples.version>
70                 <jaxb.version>2.2.12</jaxb.version>
71                 <jaxrs.version>2.0.1</jaxrs.version>
72                 <jcommander.version>1.78</jcommander.version>
73                 <jersey.version>1.19.4</jersey.version>
74                 <jnr.ffi.version>2.1.11</jnr.ffi.version>
75                 <jolt.version>0.0.24</jolt.version>
76                 <jopt.simple.version>5.0.4</jopt.simple.version>
77                 <jsonassert.version>1.5.0</jsonassert.version> 
78                 <json.patch.version>1.9</json.patch.version>
79                 <json.path.version>2.4.0</json.path.version>
80                 <json.version>20190722</json.version>
81                 <junit.version>4.12</junit.version>
82                 <httpclient.version>4.5.10</httpclient.version>
83                 <io.swagger.version>1.5.24</io.swagger.version>
84                 <logback.version>1.2.3</logback.version>
85                 <log4j.version>1.2.17</log4j.version>
86                 <mockito.all.version>1.10.19</mockito.all.version>
87                 <mockito.core.version>2.15.0</mockito.core.version>
88                 <netty.handler.version>4.1.43.Final</netty.handler.version>
89                 <netty.version>4.0.56.Final</netty.version>
90                 <opencsv.version>3.1</opencsv.version>
91                 <powermock.version>1.6.6</powermock.version>
92                 <plexus.utils.version>3.1.1</plexus.utils.version>
93                 <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
94                 <spring.web.version>4.3.25.RELEASE</spring.web.version>
95                 <spring.jms.version>4.3.25.RELEASE</spring.jms.version>
96                 <spring.test.version>4.3.25.RELEASE</spring.test.version>
97                 <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
98
99         </properties>
100         <dependencyManagement>
101                 <dependencies>
102
103                         <dependency>
104                                 <groupId>org.onap.aai.aai-common</groupId>
105                                 <artifactId>aai-schema-ingest</artifactId>
106                                 <version>${aai.release.version}</version>
107                         </dependency>
108
109                         <dependency>
110                                 <groupId>org.onap.aai.aai-common</groupId>
111                                 <artifactId>aai-core</artifactId>
112                                 <version>${aai.release.version}</version>
113                         </dependency>
114
115                         <dependency>
116                                 <groupId>org.onap.aai.aai-common</groupId>
117                                 <artifactId>aai-annotations</artifactId>
118                                 <version>${aai.release.version}</version>
119                         </dependency>
120
121                         <dependency>
122                                 <groupId>org.onap.aai.aai-common</groupId>
123                                 <artifactId>aai-rest</artifactId>
124                                 <version>${aai.release.version}</version>
125                         </dependency>
126
127                         <dependency>
128                                 <groupId>com.fasterxml.jackson</groupId>
129                                 <artifactId>jackson-bom</artifactId>
130                                 <version>${jackson.bom.version}</version>
131                                 <type>pom</type>
132                                 <scope>import</scope>
133                         </dependency>
134
135                         <dependency>
136                           <groupId>org.springframework.boot</groupId>
137                           <artifactId>spring-boot-starter-web</artifactId>
138                           <version>${spring.boot.version}</version>
139                         </dependency>
140
141                         <dependency>
142                           <groupId>org.springframework.boot</groupId>
143                           <artifactId>spring-boot-starter-parent</artifactId>
144                           <version>${spring.boot.version}</version>
145                           <type>pom</type>
146                           <scope>import</scope>
147                         </dependency>
148
149                         <dependency>
150                                 <groupId>org.springframework.boot</groupId>
151                                 <artifactId>spring-boot-dependencies</artifactId>
152                                 <version>${spring.boot.version}</version>
153                                 <type>pom</type>
154                                 <scope>import</scope>
155                         </dependency>
156
157                         <dependency>
158                                 <groupId>org.springframework.boot</groupId>
159                                 <artifactId>spring-boot-test</artifactId>
160                                 <scope>test</scope>
161                                 <version>${spring.boot.version}</version>
162                         </dependency>
163
164                         <dependency>
165                           <groupId>org.springframework</groupId>
166                           <artifactId>spring-test</artifactId>
167                           <version>${spring.test.version}</version>
168                         </dependency>
169
170                         <dependency>
171                                 <groupId>commons-configuration</groupId>
172                                 <artifactId>commons-configuration</artifactId>
173                                 <version>${commons.configuration.version}</version>
174                         </dependency>
175
176                         <dependency>
177                                 <groupId>commons-lang</groupId>
178                                 <artifactId>commons-lang</artifactId>
179                                 <version>${commons.lang.version}</version>
180                         </dependency>
181
182                         <dependency>
183                                 <groupId>com.att.eelf</groupId>
184                                 <artifactId>eelf-core</artifactId>
185                                 <version>${eelf.core.version}</version>
186                         </dependency>
187
188                         <dependency>
189                                 <groupId>ch.qos.logback</groupId>
190                                 <artifactId>logback-core</artifactId>
191                                 <version>${logback.version}</version>
192                         </dependency>
193
194                         <dependency>
195                                 <groupId>ch.qos.logback</groupId>
196                                 <artifactId>logback-classic</artifactId>
197                                 <version>${logback.version}</version>
198                         </dependency>
199
200                         <dependency>
201                                 <groupId>ch.qos.logback</groupId>
202                                 <artifactId>logback-access</artifactId>
203                                 <version>${logback.version}</version>
204                         </dependency>
205
206                         <dependency>
207                                 <groupId>org.hamcrest</groupId>
208                                 <artifactId>hamcrest-junit</artifactId>
209                                 <version>${hamcrest.junit.version}</version>
210                         </dependency>
211
212                         <dependency>
213                                 <groupId>junit</groupId>
214                                 <artifactId>junit</artifactId>
215                                 <version>${junit.version}</version>
216                         </dependency>
217
218                         <dependency>
219                                 <groupId>com.google.guava</groupId>
220                                 <artifactId>guava</artifactId>
221                                 <version>${google.guava.version}</version>
222                         </dependency>
223
224                         <dependency>
225                                 <groupId>org.janusgraph</groupId>
226                                 <artifactId>janusgraph-core</artifactId>
227                                 <version>${janusgraph.version}</version>
228                         </dependency>
229
230                         <dependency>
231                                 <groupId>org.janusgraph</groupId>
232                                 <artifactId>janusgraph-cassandra</artifactId>
233                                 <version>${janusgraph.version}</version>
234                         </dependency>
235
236                         <dependency>
237                                 <groupId>org.janusgraph</groupId>
238                                 <artifactId>janusgraph-cql</artifactId>
239                                 <version>${janusgraph.version}</version>
240                         </dependency>
241
242                         <dependency>
243                                 <groupId>com.github.jnr</groupId>
244                                 <artifactId>jnr-ffi</artifactId>
245                                 <version>${jnr.ffi.version}</version>
246                         </dependency>
247
248                         <dependency>
249                                 <groupId>org.apache.tinkerpop</groupId>
250                                 <artifactId>tinkergraph-gremlin</artifactId>
251                                 <version>${gremlin.version}</version>
252                         </dependency>
253                         <dependency>
254                                 <groupId>org.apache.tinkerpop</groupId>
255                                 <artifactId>gremlin-core</artifactId>
256                                 <version>${gremlin.version}</version>
257                         </dependency>
258                         <dependency>
259                                 <groupId>org.apache.tinkerpop</groupId>
260                                 <artifactId>gremlin-driver</artifactId>
261                                 <version>${gremlin.version}</version>
262                         </dependency>
263
264                         <dependency>
265                                 <groupId>org.apache.tinkerpop</groupId>
266                                 <artifactId>gremlin-groovy</artifactId>
267                                 <version>${gremlin.version}</version>
268                         </dependency>
269
270                         <dependency>
271                                 <groupId>org.codehaus.groovy</groupId>
272                                 <artifactId>groovy</artifactId>
273                                 <version>${groovy.version}</version>
274                                 <classifier>indy</classifier>
275                         </dependency>
276
277                         <dependency>
278                                 <groupId>org.mockito</groupId>
279                                 <artifactId>mockito-all</artifactId>
280                                 <version>${mockito.all.version}</version>
281                         </dependency>
282
283                         <!-- <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> 
284                                 <version>${mockito.core.version}</version> </dependency> -->
285                         <dependency>
286                                 <groupId>org.powermock</groupId>
287                                 <artifactId>powermock-module-junit4</artifactId>
288                                 <version>${powermock.version}</version>
289                         </dependency>
290
291                         <dependency>
292                                 <groupId>org.powermock</groupId>
293                                 <artifactId>powermock-module-junit4-rule-agent</artifactId>
294                                 <version>${powermock.version}</version>
295                         </dependency>
296
297                         <dependency>
298                                 <groupId>org.powermock</groupId>
299                                 <artifactId>powermock-api-mockito</artifactId>
300                                 <version>${powermock.version}</version>
301                         </dependency>
302                         <dependency>
303                                 <groupId>org.powermock</groupId>
304                                 <artifactId>powermock-module-javaagent</artifactId>
305                                 <version>${powermock.version}</version>
306                         </dependency>
307                         <dependency>
308                                 <groupId>com.beust</groupId>
309                                 <artifactId>jcommander</artifactId>
310                                 <version>${jcommander.version}</version>
311                         </dependency>
312
313                         <dependency>
314                           <groupId>org.antlr</groupId>
315                           <artifactId>antlr4-runtime</artifactId>
316                           <version>${antlr.version}</version>
317                         </dependency>
318                         <dependency>
319                           <groupId>org.antlr</groupId>
320                           <artifactId>antlr4-maven-plugin</artifactId>
321                           <version>${antlr.version}</version>
322                         </dependency>
323                         
324                         <dependency>
325                           <groupId>org.json</groupId>
326                           <artifactId>json</artifactId>
327                           <version>${json.version}</version>
328                         </dependency>
329
330                         <dependency>
331                                 <groupId>org.freemarker</groupId>
332                                 <artifactId>freemarker</artifactId>
333                                 <version>${freemarker.version}</version>
334                         </dependency>
335
336                         <dependency>
337                                 <groupId>javax.xml.bind</groupId>
338                                 <artifactId>jaxb-api</artifactId>
339                                 <version>${jaxb.version}</version>
340                         </dependency>
341
342                         <dependency>
343                                 <groupId>org.apache.activemq</groupId>
344                                 <artifactId>activemq-broker</artifactId>
345                                 <version>${activemq.version}</version>
346                         </dependency>
347
348                         <dependency>
349                                 <groupId>org.apache.activemq</groupId>
350                                 <artifactId>activemq-client</artifactId>
351                                 <version>${activemq.version}</version>
352                         </dependency>
353
354                         <dependency>
355                                 <groupId>org.apache.activemq</groupId>
356                                 <artifactId>activemq-openwire-legacy</artifactId>
357                                 <version>${activemq.version}</version>
358                         </dependency>
359
360                         <dependency>
361                                 <groupId>org.onap.aaf.authz</groupId>
362                                 <artifactId>aaf-cadi-aaf</artifactId>
363                                 <version>${aaf.version}</version>
364                         </dependency>
365
366                         <dependency>
367                                 <groupId>com.sun.xml.bind</groupId>
368                                 <artifactId>jaxb-xjc</artifactId>
369                                 <version>${jaxb.version}</version>
370                         </dependency>
371
372                         <dependency>
373                                 <groupId>org.eclipse.persistence</groupId>
374                                 <artifactId>eclipselink</artifactId>
375                                 <version>${eclipse.persistence.version}</version>
376                         </dependency>
377
378                         <dependency>
379                                 <groupId>org.eclipse.persistence</groupId>
380                                 <artifactId>org.eclipse.persistence.moxy</artifactId>
381                                 <version>${eclipse.persistence.version}</version>
382                         </dependency>
383
384                         <dependency>
385                                 <groupId>com.github.fge</groupId>
386                                 <artifactId>json-patch</artifactId>
387                                 <version>${json.patch.version}</version>
388                         </dependency>
389
390                         <dependency>
391                           <groupId>com.jayway.jsonpath</groupId>
392                           <artifactId>json-path</artifactId>
393                           <version>${json.path.version}</version>
394                         </dependency>
395
396                         <dependency>
397                                 <groupId>org.javatuples</groupId>
398                                 <artifactId>javatuples</artifactId>
399                                 <version>${javatuples.version}</version>
400                         </dependency>
401
402                         <dependency>
403                                 <groupId>com.google.code.gson</groupId>
404                                 <artifactId>gson</artifactId>
405                                 <version>${gson.version}</version>
406                         </dependency>
407
408                         
409                         <dependency>
410                                 <groupId>org.apache.commons</groupId>
411                                 <artifactId>commons-text</artifactId>
412                                 <version>${commons.text.version}</version>
413                         </dependency>
414
415                         <dependency>
416                                 <groupId>org.codehaus.jackson</groupId>
417                                 <artifactId>jackson-core-asl</artifactId>
418                                 <version>${codehaus.jackson.version}</version>
419                         </dependency>
420
421                         <dependency>
422                                 <groupId>com.sun.jersey</groupId>
423                                 <artifactId>jersey-core</artifactId>
424                                 <version>${jersey.version}</version>
425                         </dependency>
426                         
427                         <dependency>
428                                 <groupId>com.sun.jersey</groupId>
429                                 <artifactId>jersey-client</artifactId>
430                                 <version>${jersey.version}</version>
431                         </dependency>
432                         
433                         <dependency>
434                                 <groupId>com.sun.jersey</groupId>
435                                 <artifactId>jersey-json</artifactId>
436                                 <version>${jersey.version}</version>
437                         </dependency>
438
439                         <dependency>
440                                 <groupId>javax.ws.rs</groupId>
441                                 <artifactId>javax.ws.rs-api</artifactId>
442                                 <version>${jaxrs.version}</version>
443                         </dependency>
444
445                         <dependency>
446                                 <groupId>commons-cli</groupId>
447                                 <artifactId>commons-cli</artifactId>
448                                 <version>${commons.cli.version}</version>
449                         </dependency>
450
451                         <dependency>
452                                 <groupId>com.bazaarvoice.jolt</groupId>
453                                 <artifactId>jolt-complete</artifactId>
454                                 <version>${jolt.version}</version>
455                         </dependency>
456
457                         <dependency>
458                                 <groupId>com.opencsv</groupId>
459                                 <artifactId>opencsv</artifactId>
460                                 <version>${opencsv.version}</version>
461                         </dependency>
462
463                         <dependency>
464                                 <groupId>log4j</groupId>
465                                 <artifactId>log4j</artifactId>
466                                 <version>${log4j.version}</version>
467                         </dependency>
468
469                         <dependency>
470                                 <groupId>commons-io</groupId>
471                                 <artifactId>commons-io</artifactId>
472                                 <version>${commons.io.version}</version>
473                         </dependency>
474
475
476                         <dependency>
477                                 <groupId>org.springframework.security</groupId>
478                                 <artifactId>spring-security-rsa</artifactId>
479                                 <version>${spring.security.rsa.version}</version>
480                         </dependency>
481
482                         <dependency>
483                           <groupId>org.springframework</groupId>
484                           <artifactId>spring-jms</artifactId>
485                           <version>${spring.jms.version}</version>
486                         </dependency>
487
488                         <dependency>
489                                 <groupId>org.onap.aai.logging-service</groupId>
490                                 <artifactId>common-logging</artifactId>
491                                 <version>${aai.common.logging.version}</version>
492                         </dependency>
493
494                         <dependency>
495                                 <groupId>org.onap.aai.logging-service</groupId>
496                                 <artifactId>logging-api</artifactId>
497                                 <version>${aai.common.logging.version}</version>
498                         </dependency>
499
500                         <dependency>
501                                 <groupId>org.onap.aai</groupId>
502                                 <artifactId>rest-client</artifactId>
503                                 <version>${aai.rest.client.version}</version>
504                         </dependency>
505
506                         <dependency>
507                                 <groupId>net.sf.jopt-simple</groupId>
508                                 <artifactId>jopt-simple</artifactId>
509                                 <version>${jopt.simple.version}</version>
510                         </dependency>
511
512                         <dependency>
513                                 <groupId>io.swagger</groupId>
514                                 <artifactId>swagger-core</artifactId>
515                                 <version>${io.swagger.version}</version>
516                         </dependency>
517
518                         <dependency>
519                                 <groupId>io.swagger</groupId>
520                                 <artifactId>swagger-annotations</artifactId>
521                                 <version>${io.swagger.version}</version>
522                         </dependency>
523
524                         <dependency>
525                                 <groupId>io.swagger</groupId>
526                                 <artifactId>swagger-jersey-jaxrs</artifactId>
527                                 <version>${io.swagger.version}</version>
528                         </dependency>
529
530                         <dependency>
531                                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
532                                 <artifactId>dmaapClient</artifactId>
533                                 <version>${dmaap.client.version}</version>
534                         </dependency>
535
536                         <dependency>
537                                 <groupId>io.netty</groupId>
538                                 <artifactId>netty-handler</artifactId>
539                                 <version>${netty.handler.version}</version>
540                         </dependency>
541
542                         <dependency>
543                                 <groupId>io.netty</groupId>
544                                 <artifactId>netty-all</artifactId>
545                                 <version>${netty.version}</version>
546                         </dependency>
547
548                         <dependency>
549                           <groupId>org.onap.aai.schema-service</groupId>
550                           <artifactId>aai-schema</artifactId>
551                           <version>${aai.schema.service.version}</version>
552                         </dependency>
553
554                         <dependency>
555                           <groupId>org.apache.httpcomponents</groupId>
556                           <artifactId>httpclient</artifactId>
557                           <version>${httpclient.version}</version>
558                         </dependency>
559
560                         <dependency>
561                           <groupId>org.skyscreamer</groupId>
562                           <artifactId>jsonassert</artifactId>
563                           <version>${jsonassert.version}</version>
564                           <scope>test</scope>
565
566
567                         </dependency>
568
569                         <dependency>
570                           <groupId>org.codehaus.plexus</groupId>
571                           <artifactId>plexus-utils</artifactId>
572                           <version>${plexus.utils.version}</version>
573                         </dependency>
574                         
575                 </dependencies>
576
577         </dependencyManagement>
578
579         <build>
580                 <pluginManagement>
581                         <plugins>
582                                 <plugin>
583                                         <groupId>org.springframework.boot</groupId>
584                                         <artifactId>spring-boot-maven-plugin</artifactId>
585                                         <version>${spring.boot.version}</version>
586                                 </plugin>
587                                 <plugin>
588                                         <groupId>io.fabric8</groupId>
589                                         <artifactId>docker-maven-plugin</artifactId>
590                                         <version>${docker.fabric.version}</version>
591                                 </plugin>
592                         </plugins>
593
594                 </pluginManagement>
595         </build>
596
597 </project>