1 <?xml version="1.0" encoding="UTF-8"?>
\r
4 * ============LICENSE_START========================================================================
\r
5 * ONAP : tr-069-adapter
\r
6 * =================================================================================================
\r
7 * Copyright (C) 2020 CommScope Inc Intellectual Property.
\r
8 * =================================================================================================
\r
9 * This tr-069-adapter software file is distributed by CommScope Inc
\r
10 * under the Apache License, Version 2.0 (the "License");
\r
11 * you may not use this file except in compliance with the License.
\r
12 * You may obtain a copy of the License at
\r
14 * http://www.apache.org/licenses/LICENSE-2.0
\r
16 * This file is distributed on an "AS IS" BASIS,
\r
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
\r
18 * See the License for the specific language governing permissions and
\r
19 * limitations under the License.
\r
20 * ===============LICENSE_END=======================================================================
\r
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
\r
25 <groupId>org.commscope.tr069adapter.acs</groupId>
\r
26 <artifactId>acs</artifactId>
\r
27 <version>1.0.0</version>
\r
29 <modelVersion>4.0.0</modelVersion>
\r
30 <groupId>org.commscope.tr069adapter.acs.booter</groupId>
\r
31 <artifactId>application-booter</artifactId>
\r
32 <name>Application Booter</name>
\r
35 <name>The Apache Software License, Version 2.0</name>
\r
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
\r
41 <id>onap-releases</id>
\r
42 <name>onap-releases</name>
\r
43 <url>https://nexus.onap.org/content/repositories/releases/</url>
\r
47 <docker.image.name>tr069adapter-acs</docker.image.name>
\r
51 <groupId>org.springframework</groupId>
\r
52 <artifactId>spring-jms</artifactId>
\r
55 <groupId>javax.xml.soap</groupId>
\r
56 <artifactId>javax.xml.soap-api</artifactId>
\r
57 <version>1.4.0</version>
\r
60 <groupId>org.springframework.boot</groupId>
\r
61 <artifactId>spring-boot-starter-web</artifactId>
\r
64 <groupId>org.springframework.boot</groupId>
\r
65 <artifactId>spring-boot-starter-logging</artifactId>
\r
70 <groupId>org.springframework.boot</groupId>
\r
71 <artifactId>spring-boot-starter-log4j2</artifactId>
\r
74 <groupId>com.lmax</groupId>
\r
75 <artifactId>disruptor</artifactId>
\r
76 <version>3.4.2</version>
\r
79 <groupId>org.springframework.boot</groupId>
\r
80 <artifactId>spring-boot-starter-activemq</artifactId>
\r
83 <groupId>org.apache.activemq</groupId>
\r
84 <artifactId>activemq-broker</artifactId>
\r
87 <groupId>com.fasterxml.jackson.core</groupId>
\r
88 <artifactId>jackson-databind</artifactId>
\r
91 <groupId>org.commscope.tr069adapter.acs.common</groupId>
\r
92 <artifactId>acs-common</artifactId>
\r
93 <version>1.0.0</version>
\r
96 <groupId>org.commscope.tr069adapter.common</groupId>
\r
97 <artifactId>common</artifactId>
\r
98 <version>1.0.0</version>
\r
101 <groupId>org.commscope.tr069adapter.acs.cpe</groupId>
\r
102 <artifactId>cpe</artifactId>
\r
103 <version>1.0.0</version>
\r
106 <groupId>org.commscope.tr069adapter.acs.requestprocessor</groupId>
\r
107 <artifactId>requestprocessor</artifactId>
\r
108 <version>1.0.0</version>
\r
111 <groupId>org.commscope.tr069adapter.acs.nbi</groupId>
\r
112 <artifactId>acsnbi</artifactId>
\r
113 <version>1.0.0</version>
\r
116 <groupId>com.google.guava</groupId>
\r
117 <artifactId>guava</artifactId>
\r
118 <version>23.6-jre</version>
\r
121 <groupId>org.apache.httpcomponents</groupId>
\r
122 <artifactId>httpcore</artifactId>
\r
125 <groupId>sax</groupId>
\r
126 <artifactId>sax</artifactId>
\r
127 <version>2.0.1</version>
\r
130 <groupId>org.mockito</groupId>
\r
131 <artifactId>mockito-core</artifactId>
\r
134 <groupId>org.springframework.boot</groupId>
\r
135 <artifactId>spring-boot-starter-test</artifactId>
\r
136 <scope>test</scope>
\r
139 <groupId>junit</groupId>
\r
140 <artifactId>junit</artifactId>
\r
143 <groupId>junit</groupId>
\r
144 <artifactId>junit-dep</artifactId>
\r
145 <version>4.11</version>
\r
148 <groupId>com.h2database</groupId>
\r
149 <artifactId>h2</artifactId>
\r
150 <scope>test</scope>
\r
156 <groupId>org.springframework.boot</groupId>
\r
157 <artifactId>spring-boot-maven-plugin</artifactId>
\r
160 <groupId>net.revelc.code.formatter</groupId>
\r
161 <artifactId>formatter-maven-plugin</artifactId>
\r
162 <version>${formatter-maven-plugin.version}</version>
\r
164 <configFile>${project.parent.parent.basedir}/eclipse-formatter.xml</configFile>
\r
166 <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format
\r
167 spotless:apply process-sources -->
\r
170 <groupId>com.diffplug.spotless</groupId>
\r
171 <artifactId>spotless-maven-plugin</artifactId>
\r
172 <version>${spotless-maven-plugin.version}</version>
\r
175 <removeUnusedImports />
\r
177 <order>com,java,javax,org</order>
\r
181 <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven use
\r
182 mvn spotless:apply to rewrite source files use mvn spotless:check to validate
\r
186 <groupId>org.apache.maven.plugins</groupId>
\r
187 <artifactId>maven-surefire-plugin</artifactId>
\r
189 <skipTests>false</skipTests>
\r
193 <artifactId>maven-failsafe-plugin</artifactId>
\r
196 <groupId>io.fabric8</groupId>
\r
197 <artifactId>docker-maven-plugin</artifactId>
\r
198 <version>${docker-maven-plugin}</version>
\r
199 <inherited>false</inherited>
\r
202 <id>generate-policy-agent-image</id>
\r
203 <phase>package</phase>
\r
209 <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
\r
212 <name>${docker.image.name}:${build.version}</name>
\r
214 <cleanup>try</cleanup>
\r
215 <contextDir>${basedir}</contextDir>
\r
216 <dockerFile>Dockerfile</dockerFile>
\r
218 <JAR>${project.build.finalName}.jar</JAR>
\r
221 <tag>${project.version}</tag>
\r
229 <id>push-policy-agent-image</id>
\r
235 <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
\r
236 <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
\r
239 <name>${docker.image.name}:${project.version}</name>
\r
241 <contextDir>${basedir}</contextDir>
\r
242 <dockerFile>Dockerfile</dockerFile>
\r
244 <JAR>${project.build.finalName}.jar</JAR>
\r
256 <!-- support sonar in multi-module project -->
\r
258 <groupId>org.sonarsource.scanner.maven</groupId>
\r
259 <artifactId>sonar-maven-plugin</artifactId>
\r
260 <version>${sonar-maven-plugin.version}</version>
\r
265 <system>JIRA</system>
\r
266 <url>https://jira.o-ran-sc.org/</url>
\r