1 <?xml version="1.0" encoding="UTF-8"?>
3 * ========================LICENSE_START=================================
6 * Copyright (C) 2023 Nordix Foundation
7 * Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
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
13 * http://www.apache.org/licenses/LICENSE-2.0
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===================================
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <modelVersion>4.0.0</modelVersion>
26 <groupId>org.springframework.boot</groupId>
27 <artifactId>spring-boot-starter-parent</artifactId>
28 <version>3.2.0</version>
30 <groupId>org.o-ran-sc.nonrtric.plt</groupId>
31 <artifactId>rappmanager</artifactId>
32 <version>0.0.1-SNAPSHOT</version>
33 <packaging>pom</packaging>
34 <name>NONRTRIC rAppmanager</name>
35 <description>O-RAN SC rApp Management function.</description>
37 <module>rapp-manager-models</module>
38 <module>rapp-manager-dme</module>
39 <module>rapp-manager-acm</module>
40 <module>rapp-manager-sme</module>
41 <module>rapp-manager-application</module>
45 <id>onap-releases</id>
46 <name>onap-releases</name>
47 <url>https://nexus.onap.org/content/repositories/releases/</url>
51 <java.version>17</java.version>
52 <openapi.maven.version>7.0.1</openapi.maven.version>
53 <docker-maven-plugin>0.30.0</docker-maven-plugin>
54 <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
55 <onap.acm.models.version>6.4.3</onap.acm.models.version>
56 <openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
57 <spring.statemachine.version>3.2.1</spring.statemachine.version>
58 <spring.context.version>6.0.8</spring.context.version>
59 <javax.validation.api.version>2.0.1.Final</javax.validation.api.version>
60 <javax.annotation.api.version>1.3.2</javax.annotation.api.version>
61 <javax.servlet.api.version>2.5</javax.servlet.api.version>
62 <io.swagger.version>2.2.9</io.swagger.version>
63 <slf4j.version>2.0.7</slf4j.version>
64 <apache.httpcore.version>4.3.2</apache.httpcore.version>
65 <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
66 <apache.compress.version>1.22</apache.compress.version>
71 <groupId>org.apache.maven.plugins</groupId>
72 <artifactId>maven-surefire-plugin</artifactId>
74 <skipTests>false</skipTests>
78 <groupId>org.jacoco</groupId>
79 <artifactId>jacoco-maven-plugin</artifactId>
80 <version>${jacoco-maven-plugin.version}</version>
83 <id>default-prepare-agent</id>
85 <goal>prepare-agent</goal>
89 <id>default-report</id>
90 <phase>prepare-package</phase>
100 <system>JIRA</system>
101 <url>https://jira.o-ran-sc.org/</url>