2 ============LICENSE_START=======================================================
4 ================================================================================
5 Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6 Copyright © 2017-2018 Amdocs
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
12 http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23 <modelVersion>4.0.0</modelVersion>
26 <groupId>org.springframework.boot</groupId>
27 <artifactId>spring-boot-starter-parent</artifactId>
28 <version>1.5.12.RELEASE</version>
31 <groupId>org.onap.aai.data-router</groupId>
32 <artifactId>data-router</artifactId>
33 <version>1.3.0-SNAPSHOT</version>
34 <name>aai-data-router</name>
37 <java.version>1.8</java.version>
38 <camel-spring-boot.version>2.20.0</camel-spring-boot.version>
39 <docker.location>${basedir}/target</docker.location>
40 <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
41 <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>
42 property, below. PLEASE, NOTE: If your ${project.version} is a "-SNAPSHOT"
43 version, THIS will be used as your directory structure. If you do NOT want
44 this, simply remove the "-SNAPSHOT" from your <version> declaration at the
46 <distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot>
47 <!-- For SOA Cloud Installation -->
48 <installOwnerUser>aaiadmin</installOwnerUser>
49 <installOwnerGroup>aaiadmin</installOwnerGroup>
50 <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
52 <!-- Port Selection. A value of 0 will allow for dynamic port selection.
53 For local testing, you may choose to hardcode this value to something like
55 <serverPort>0</serverPort>
56 <sslport>9502</sslport>
58 <testRouteOffer>workstation</testRouteOffer>
59 <testEnv>DEV</testEnv>
60 <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
61 <nexusproxy>https://nexus.onap.org</nexusproxy>
62 <!-- Sonar Properties -->
63 <sonar.language>java</sonar.language>
64 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
65 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
66 <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
67 <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
68 <sonar.projectVersion>${project.version}</sonar.projectVersion>
69 <logback.version>1.2.3</logback.version>
70 <version.com.google.guava>16.0.1</version.com.google.guava>
75 <groupId>ch.qos.logback</groupId>
76 <artifactId>logback-core</artifactId>
77 <version>${logback.version}</version>
80 <groupId>ch.qos.logback</groupId>
81 <artifactId>logback-classic</artifactId>
82 <version>${logback.version}</version>
85 <groupId>ch.qos.logback</groupId>
86 <artifactId>logback-access</artifactId>
87 <version>${logback.version}</version>
90 <groupId>org.apache.camel</groupId>
91 <artifactId>camel-spring-boot-starter</artifactId>
94 <groupId>org.apache.camel</groupId>
95 <artifactId>camel-core</artifactId>
96 <version>2.20.1</version>
99 <groupId>org.apache.camel</groupId>
100 <artifactId>camel-servlet-starter</artifactId>
103 <groupId>org.apache.camel</groupId>
104 <artifactId>camel-cxf</artifactId>
105 <version>2.20.1</version>
107 <!-- Spring dependencies -->
109 <groupId>org.springframework.boot</groupId>
110 <artifactId>spring-boot-starter-web</artifactId>
114 <groupId>org.springframework.boot</groupId>
115 <artifactId>spring-boot-starter</artifactId>
118 <groupId>org.springframework.boot</groupId>
119 <artifactId>spring-boot-starter-actuator</artifactId>
122 <groupId>javax.ws.rs</groupId>
123 <artifactId>javax.ws.rs-api</artifactId>
124 <version>2.0.1</version>
127 <groupId>org.powermock</groupId>
128 <artifactId>powermock-module-junit4</artifactId>
129 <version>1.6.2</version>
134 <groupId>org.powermock</groupId>
135 <artifactId>powermock-api-mockito</artifactId>
136 <version>1.6.2</version>
141 <groupId>org.powermock</groupId>
142 <artifactId>powermock-module-javaagent</artifactId>
143 <version>1.6.2</version>
148 <groupId>org.powermock</groupId>
149 <artifactId>powermock-module-junit4-rule-agent</artifactId>
150 <version>1.6.2</version>
154 <groupId>dom4j</groupId>
155 <artifactId>dom4j</artifactId>
156 <version>1.6.1</version>
157 <scope>provided</scope>
161 <groupId>com.att.aft</groupId>
162 <artifactId>dme2</artifactId>
163 <version>3.1.200</version>
164 <scope>provided</scope>
167 <groupId>org.onap.aai.aai-common</groupId>
168 <artifactId>aai-schema</artifactId>
169 <version>1.3.0-SNAPSHOT</version>
172 <groupId>org.onap.aai.aai-common</groupId>
173 <artifactId>aai-schema-ingest</artifactId>
174 <version>1.2.2</version>
177 <groupId>com.google.guava</groupId>
178 <artifactId>guava</artifactId>
183 <groupId>org.onap.aai.router-core</groupId>
184 <artifactId>router-core</artifactId>
185 <version>1.3.0-SNAPSHOT</version>
189 <groupId>org.json</groupId>
190 <artifactId>json</artifactId>
194 <groupId>com.google.code.gson</groupId>
195 <artifactId>gson</artifactId>
196 <version>2.6.2</version>
200 <groupId>org.eclipse.persistence</groupId>
201 <artifactId>eclipselink</artifactId>
202 <version>2.6.2</version>
206 <groupId>org.onap.aai.logging-service</groupId>
207 <artifactId>common-logging</artifactId>
208 <version>1.2.2</version>
212 <groupId>org.onap.aai.logging-service</groupId>
213 <artifactId>logging-api</artifactId>
214 <version>1.1.0</version>
218 <groupId>org.onap.aai</groupId>
219 <artifactId>rest-client</artifactId>
220 <version>1.1.0</version>
224 <groupId>com.google.guava</groupId>
225 <artifactId>guava</artifactId>
226 <version>${version.com.google.guava}</version>
232 <finalName>${project.artifactId}</finalName>
234 <!-- Checkstyle plugin - used to report on compliance with -->
235 <!-- the Google style guide. -->
237 <groupId>org.apache.maven.plugins</groupId>
238 <artifactId>maven-site-plugin</artifactId>
239 <version>3.3</version>
243 <groupId>org.apache.maven.plugins</groupId>
244 <artifactId>maven-checkstyle-plugin</artifactId>
245 <version>2.17</version>
249 <report>checkstyle</report>
258 <groupId>org.springframework.boot</groupId>
259 <artifactId>spring-boot-maven-plugin</artifactId>
262 <groupId>org.apache.maven.plugins</groupId>
263 <artifactId>maven-resources-plugin</artifactId>
264 <version>2.7</version>
267 <id>copy-docker-file</id>
268 <phase>package</phase>
270 <goal>copy-resources</goal>
273 <outputDirectory>target</outputDirectory>
274 <overwrite>true</overwrite>
277 <directory>${basedir}/src/main/docker</directory>
278 <filtering>true</filtering>
280 <include>**/*</include>
284 <directory>${basedir}</directory>
285 <filtering>true</filtering>
287 <include>bundleconfig-local/**</include>
291 <directory>${basedir}/src/main/bin/</directory>
292 <filtering>true</filtering>
294 <include>**/*</include>
298 <directory>${basedir}/config</directory>
299 <filtering>true</filtering>
301 <include>schema/**</include>
310 <groupId>org.apache.maven.plugins</groupId>
311 <artifactId>maven-dependency-plugin</artifactId>
315 <phase>prepare-package</phase>
322 <groupId>org.onap.aai.aai-common</groupId>
323 <artifactId>aai-schema</artifactId>
324 <version>1.2.2</version>
326 <includes>oxm/</includes>
327 <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>
335 <groupId>com.spotify</groupId>
336 <artifactId>docker-maven-plugin</artifactId>
337 <version>0.4.11</version>
340 <groupId>com.github.jnr</groupId>
341 <artifactId>jnr-unixsocket</artifactId>
342 <version>0.13</version>
346 <verbose>true</verbose>
347 <serverId>docker-hub</serverId>
348 <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
349 <dockerDirectory>${docker.location}</dockerDirectory>
351 <imageTag>latest</imageTag>
353 <forceTags>true</forceTags>
356 <!-- license plugin -->
357 <!-- Uncomment this to add a license header to every source file
359 <groupId>com.mycila</groupId>
360 <artifactId>license-maven-plugin</artifactId>
361 <version>3.0</version>
363 <header>License.txt</header>
365 <include>src/main/java/**</include>
366 <include>src/test/java/**</include>
374 <phase>process-sources</phase>
379 <groupId>org.sonatype.plugins</groupId>
380 <artifactId>nexus-staging-maven-plugin</artifactId>
381 <version>1.6.7</version>
382 <extensions>true</extensions>
384 <nexusUrl>${nexusproxy}</nexusUrl>
385 <stagingProfileId>176c31dfe190a</stagingProfileId>
386 <serverId>ecomp-staging</serverId>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-deploy-plugin</artifactId>
397 <groupId>org.codehaus.mojo</groupId>
398 <artifactId>sonar-maven-plugin</artifactId>
399 <version>3.2</version>
402 <groupId>org.jacoco</groupId>
403 <artifactId>jacoco-maven-plugin</artifactId>
404 <version>0.7.7.201606060606</version>
406 <dumpOnExit>true</dumpOnExit>
410 <id>jacoco-initialize-unit-tests</id>
412 <goal>prepare-agent</goal>
415 <destFile>${project.build.directory}/coverage-reports/jacoco.exec
426 <dependencyManagement>
429 <groupId>org.apache.camel</groupId>
430 <artifactId>camel-spring-boot-dependencies</artifactId>
431 <version>${camel-spring-boot.version}</version>
433 <scope>import</scope>
436 <groupId>org.apache.httpcomponents</groupId>
437 <artifactId>httpclient</artifactId>
438 <version>4.5.5</version>
441 <groupId>org.apache.httpcomponents</groupId>
442 <artifactId>httpcore</artifactId>
443 <version>4.4.1</version>
446 <groupId>org.json</groupId>
447 <artifactId>json</artifactId>
448 <version>20131018</version>
451 </dependencyManagement>
452 <distributionManagement>
454 <id>ecomp-releases</id>
455 <name>ECOMP Release Repository</name>
456 <url>${nexusproxy}/content/repositories/releases/</url>
459 <id>ecomp-snapshots</id>
460 <name>ECOMP Snapshot Repository</name>
461 <url>${nexusproxy}/content/repositories/snapshots/</url>
462 </snapshotRepository>
463 </distributionManagement>