1 <?xml version="1.0" encoding="UTF-8"?>
3 * ========================LICENSE_START=================================
6 * Copyright (C) 2019 Nordix Foundation
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===================================
22 xmlns="http://maven.apache.org/POM/4.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
25 <modelVersion>4.0.0</modelVersion>
27 <groupId>org.springframework.boot</groupId>
28 <artifactId>spring-boot-starter-parent</artifactId>
29 <version>2.3.8.RELEASE</version>
32 <groupId>org.o-ran-sc.nonrtric</groupId>
33 <artifactId>policy-agent</artifactId>
34 <version>2.2.0-SNAPSHOT</version>
37 <name>The Apache Software License, Version 2.0</name>
38 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
43 <id>onap-releases</id>
44 <name>onap-releases</name>
45 <url>https://nexus.onap.org/content/repositories/releases/</url>
49 <java.version>11</java.version>
50 <springfox.version>3.0.0</springfox.version>
51 <immutable.version>2.8.2</immutable.version>
52 <sdk.version>1.1.6</sdk.version>
53 <swagger.version>2.1.6</swagger.version>
54 <json.version>20190722</json.version>
55 <commons-net.version>3.6</commons-net.version>
56 <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
57 <formatter-maven-plugin.version>2.12.2</formatter-maven-plugin.version>
58 <spotless-maven-plugin.version>1.18.0</spotless-maven-plugin.version>
59 <docker-maven-plugin>0.30.0</docker-maven-plugin>
60 <version.dmaap>1.1.11</version.dmaap>
61 <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
62 <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
63 <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
67 <groupId>com.google.guava</groupId>
68 <artifactId>guava</artifactId>
69 <version>30.0-jre</version>
72 <groupId>org.springdoc</groupId>
73 <artifactId>springdoc-openapi-ui</artifactId>
74 <version>1.5.2</version>
77 <groupId>org.springframework.boot</groupId>
78 <artifactId>spring-boot-starter-web</artifactId>
81 <groupId>org.springframework.boot</groupId>
82 <artifactId>spring-boot-starter-thymeleaf</artifactId>
85 <groupId>org.springframework.boot</groupId>
86 <artifactId>spring-boot-starter-webflux</artifactId>
89 <groupId>org.springframework.boot</groupId>
90 <artifactId>spring-boot-starter-aop</artifactId>
93 <groupId>org.springframework.boot</groupId>
94 <artifactId>spring-boot-devtools</artifactId>
95 <optional>true</optional>
98 <groupId>org.springframework</groupId>
99 <artifactId>spring-webflux</artifactId>
102 <groupId>io.swagger.core.v3</groupId>
103 <artifactId>swagger-jaxrs2</artifactId>
104 <version>${swagger.version}</version>
107 <groupId>io.swagger.core.v3</groupId>
108 <artifactId>swagger-jaxrs2-servlet-initializer</artifactId>
109 <version>${swagger.version}</version>
112 <groupId>javax.xml.bind</groupId>
113 <artifactId>jaxb-api</artifactId>
116 <groupId>org.immutables</groupId>
117 <artifactId>value</artifactId>
118 <version>${immutable.version}</version>
119 <scope>provided</scope>
122 <groupId>org.immutables</groupId>
123 <artifactId>gson</artifactId>
124 <version>${immutable.version}</version>
127 <groupId>org.json</groupId>
128 <artifactId>json</artifactId>
129 <version>${json.version}</version>
132 <groupId>commons-net</groupId>
133 <artifactId>commons-net</artifactId>
134 <version>${commons-net.version}</version>
137 <groupId>org.springframework.boot</groupId>
138 <artifactId>spring-boot-configuration-processor</artifactId>
139 <optional>true</optional>
142 <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
143 <artifactId>cbs-client</artifactId>
144 <version>${sdk.version}</version>
147 <groupId>org.projectlombok</groupId>
148 <artifactId>lombok</artifactId>
149 <scope>provided</scope>
152 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
153 <artifactId>dmaapClient</artifactId>
154 <version>${version.dmaap}</version>
157 <groupId>javax.ws.rs</groupId>
158 <artifactId>javax.ws.rs-api</artifactId>
159 <version>${javax.ws.rs-api.version}</version>
162 <groupId>org.glassfish.jersey.inject</groupId>
163 <artifactId>jersey-hk2</artifactId>
165 <!-- Actuator dependencies -->
167 <groupId>org.springframework.boot</groupId>
168 <artifactId>spring-boot-starter-actuator</artifactId>
170 <!--REQUIRED TO GENERATE DOCUMENTATION -->
172 <groupId>io.springfox</groupId>
173 <artifactId>springfox-swagger2</artifactId>
174 <version>${springfox.version}</version>
177 <groupId>io.springfox</groupId>
178 <artifactId>springfox-swagger-ui</artifactId>
179 <version>${springfox.version}</version>
183 <groupId>org.springframework.boot</groupId>
184 <artifactId>spring-boot-starter-test</artifactId>
188 <groupId>org.awaitility</groupId>
189 <artifactId>awaitility</artifactId>
193 <groupId>io.projectreactor</groupId>
194 <artifactId>reactor-test</artifactId>
198 <groupId>org.junit.jupiter</groupId>
199 <artifactId>junit-jupiter-engine</artifactId>
203 <groupId>org.mockito</groupId>
204 <artifactId>mockito-junit-jupiter</artifactId>
208 <groupId>org.mockito</groupId>
209 <artifactId>mockito-core</artifactId>
213 <groupId>com.squareup.okhttp3</groupId>
214 <artifactId>mockwebserver</artifactId>
221 <groupId>org.springframework.boot</groupId>
222 <artifactId>spring-boot-maven-plugin</artifactId>
225 <groupId>net.revelc.code.formatter</groupId>
226 <artifactId>formatter-maven-plugin</artifactId>
227 <version>${formatter-maven-plugin.version}</version>
229 <configFile>${project.basedir}/eclipse-formatter.xml</configFile>
231 <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format
232 spotless:apply process-sources -->
235 <groupId>com.diffplug.spotless</groupId>
236 <artifactId>spotless-maven-plugin</artifactId>
237 <version>${spotless-maven-plugin.version}</version>
240 <removeUnusedImports />
242 <order>com,java,javax,org</order>
246 <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven use
247 mvn spotless:apply to rewrite source files use mvn spotless:check to validate
251 <groupId>org.apache.maven.plugins</groupId>
252 <artifactId>maven-surefire-plugin</artifactId>
254 <skipTests>false</skipTests>
258 <artifactId>maven-failsafe-plugin</artifactId>
261 <groupId>org.codehaus.mojo</groupId>
262 <artifactId>build-helper-maven-plugin</artifactId>
266 <phase>generate-sources</phase>
268 <goal>add-source</goal>
272 <source>${project.build.directory}/generated-sources/annotations/</source>
279 <groupId>org.jacoco</groupId>
280 <artifactId>jacoco-maven-plugin</artifactId>
281 <version>${jacoco-maven-plugin.version}</version>
284 <id>default-prepare-agent</id>
286 <goal>prepare-agent</goal>
290 <id>default-report</id>
291 <phase>prepare-package</phase>
299 <groupId>io.fabric8</groupId>
300 <artifactId>docker-maven-plugin</artifactId>
301 <version>${docker-maven-plugin}</version>
302 <inherited>false</inherited>
305 <id>generate-policy-agent-image</id>
306 <phase>package</phase>
311 <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
314 <name>o-ran-sc/nonrtric-policy-agent:${project.version}</name>
316 <cleanup>try</cleanup>
317 <contextDir>${basedir}</contextDir>
318 <dockerFile>Dockerfile</dockerFile>
320 <JAR>${project.build.finalName}.jar</JAR>
323 <tag>${project.version}</tag>
331 <id>push-policy-agent-image</id>
337 <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
338 <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
341 <name>o-ran-sc/nonrtric-policy-agent:${project.version}</name>
343 <contextDir>${basedir}</contextDir>
344 <dockerFile>Dockerfile</dockerFile>
346 <JAR>${project.build.finalName}.jar</JAR>
349 <tag>${project.version}</tag>
359 <!-- support sonar in multi-module project -->
361 <groupId>org.sonarsource.scanner.maven</groupId>
362 <artifactId>sonar-maven-plugin</artifactId>
363 <version>${sonar-maven-plugin.version}</version>
366 <groupId>org.codehaus.mojo</groupId>
367 <artifactId>exec-maven-plugin</artifactId>
370 <id>git submodule update</id>
371 <phase>initialize</phase>
373 <executable>git</executable>
375 <argument>submodule</argument>
376 <argument>update</argument>
377 <argument>--init</argument>
378 <argument>--recursive</argument>
386 <id>copy configuration</id>
387 <phase>initialize</phase>
389 <executable>cp</executable>
391 <argument>-r</argument>
392 <argument>../onap/oran/a1-policy-management/config</argument>
393 <argument>.</argument>
405 <system>JIRA</system>
406 <url>https://jira.o-ran-sc.org/</url>