Merge "Small changes"
authorJohn Keeney <john.keeney@est.tech>
Mon, 15 May 2023 09:17:59 +0000 (09:17 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 15 May 2023 09:17:59 +0000 (09:17 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -26,7 -26,7 +26,7 @@@
      <parent>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-parent</artifactId>
-         <version>3.0.4</version>
+         <version>3.0.6</version>
          <relativePath />
      </parent>
      <groupId>org.o-ran-sc.nonrtric.plt</groupId>
@@@ -52,7 -52,6 +52,6 @@@
          <formatter-maven-plugin.version>2.13.0</formatter-maven-plugin.version>
          <spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>
          <docker-maven-plugin>0.30.0</docker-maven-plugin>
-         <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
          <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
          <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
          <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
@@@ -60,7 -59,7 +59,7 @@@
          <springdoc.version>2.0.2</springdoc.version>
          <springdoc.openapi-ui.version>1.6.14</springdoc.openapi-ui.version>
      </properties>
-     <dependencies>
+     <dependencies>    
          <dependency>
              <groupId>commons-io</groupId>
              <artifactId>commons-io</artifactId>
              <artifactId>lombok</artifactId>
              <scope>provided</scope>
          </dependency>
-         <dependency>
-             <groupId>javax.ws.rs</groupId>
-             <artifactId>javax.ws.rs-api</artifactId>
-             <version>${javax.ws.rs-api.version}</version>
-         </dependency>
          <dependency>
              <groupId>org.glassfish.jersey.inject</groupId>
              <artifactId>jersey-hk2</artifactId>
                                          <cleanup>try</cleanup>
                                          <contextDir>${basedir}</contextDir>
                                          <dockerFile>Dockerfile</dockerFile>
 +                                        <filter>false</filter>
                                          <args>
                                              <JAR>${project.build.finalName}.jar</JAR>
                                          </args>
                                      <build>
                                          <contextDir>${basedir}</contextDir>
                                          <dockerFile>Dockerfile</dockerFile>
 +                                        <filter>false</filter>
                                          <args>
                                              <JAR>${project.build.finalName}.jar</JAR>
                                          </args>
          <system>JIRA</system>
          <url>https://jira.o-ran-sc.org/</url>
      </issueManagement>
- </project>
+ </project>