blob: 427abd9bc52fc6fedcca7e9124c33a9a57d31dc8 [file] [log] [blame]
aravind.est347f1782023-07-14 09:53:41 +01001<?xml version="1.0" encoding="UTF-8"?>
aravind.estc7d8cf92023-08-22 17:50:58 +01002<!--
3* ========================LICENSE_START=================================
4* O-RAN-SC
5* %%
6* Copyright (C) 2023 Nordix Foundation
aravind.estf0a65162024-01-04 14:41:50 +00007* Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
aravind.estc7d8cf92023-08-22 17:50:58 +01008* %%
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-->
aravind.est347f1782023-07-14 09:53:41 +010022<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>
25 <parent>
26 <groupId>org.springframework.boot</groupId>
27 <artifactId>spring-boot-starter-parent</artifactId>
aravind.estf0a65162024-01-04 14:41:50 +000028 <version>3.2.1</version>
aravind.est347f1782023-07-14 09:53:41 +010029 </parent>
aravind.estc7d8cf92023-08-22 17:50:58 +010030 <groupId>org.o-ran-sc.nonrtric.plt</groupId>
aravind.est347f1782023-07-14 09:53:41 +010031 <artifactId>rappmanager</artifactId>
JohnKeeneya6b6c732023-12-15 14:38:01 +000032 <version>0.1.0-SNAPSHOT</version>
aravind.est347f1782023-07-14 09:53:41 +010033 <packaging>pom</packaging>
aravind.estc7d8cf92023-08-22 17:50:58 +010034 <name>NONRTRIC rAppmanager</name>
35 <description>O-RAN SC rApp Management function.</description>
aravind.est347f1782023-07-14 09:53:41 +010036 <modules>
37 <module>rapp-manager-models</module>
aravind.est4e0f6902023-11-10 11:34:30 +000038 <module>rapp-manager-dme</module>
aravind.est347f1782023-07-14 09:53:41 +010039 <module>rapp-manager-acm</module>
40 <module>rapp-manager-sme</module>
41 <module>rapp-manager-application</module>
42 </modules>
aravind.estb2289142023-08-02 10:07:08 +010043 <repositories>
44 <repository>
45 <id>onap-releases</id>
46 <name>onap-releases</name>
47 <url>https://nexus.onap.org/content/repositories/releases/</url>
48 </repository>
49 </repositories>
aravind.est347f1782023-07-14 09:53:41 +010050 <properties>
51 <java.version>17</java.version>
aravind.estdc1302f2023-10-03 15:32:17 +010052 <openapi.maven.version>7.0.1</openapi.maven.version>
aravind.estfbe22212023-08-09 11:11:15 +010053 <docker-maven-plugin>0.30.0</docker-maven-plugin>
aravind.estcc47a6f2023-08-04 17:38:29 +010054 <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
aravind.estdc1302f2023-10-03 15:32:17 +010055 <onap.acm.models.version>6.4.3</onap.acm.models.version>
aravind.estfbe22212023-08-09 11:11:15 +010056 <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>
aravind.estb25bd332023-08-23 18:28:06 +010066 <apache.compress.version>1.22</apache.compress.version>
aravind.est347f1782023-07-14 09:53:41 +010067 </properties>
aravind.estcc47a6f2023-08-04 17:38:29 +010068 <build>
69 <plugins>
70 <plugin>
71 <groupId>org.apache.maven.plugins</groupId>
72 <artifactId>maven-surefire-plugin</artifactId>
73 <configuration>
74 <skipTests>false</skipTests>
75 </configuration>
76 </plugin>
77 <plugin>
78 <groupId>org.jacoco</groupId>
79 <artifactId>jacoco-maven-plugin</artifactId>
80 <version>${jacoco-maven-plugin.version}</version>
81 <executions>
82 <execution>
83 <id>default-prepare-agent</id>
84 <goals>
85 <goal>prepare-agent</goal>
86 </goals>
87 </execution>
88 <execution>
89 <id>default-report</id>
90 <phase>prepare-package</phase>
91 <goals>
92 <goal>report</goal>
93 </goals>
94 </execution>
95 </executions>
96 </plugin>
97 </plugins>
98 </build>
99 <issueManagement>
100 <system>JIRA</system>
101 <url>https://jira.o-ran-sc.org/</url>
102 </issueManagement>
aravind.est347f1782023-07-14 09:53:41 +0100103</project>