X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=r-app-catalogue%2Fpom.xml;h=5da52d34c80852ad3599b7254dd129e90a824acc;hb=4def8fe803c7e2884353315dc7c099bbed2464db;hp=a2a2dfc1541c2ee1eb8ed1ac78cdad013691f97e;hpb=f5f7331122df85bc31039a7fd1e862d9cb0b3e4d;p=nonrtric.git diff --git a/r-app-catalogue/pom.xml b/r-app-catalogue/pom.xml index a2a2dfc1..5da52d34 100644 --- a/r-app-catalogue/pom.xml +++ b/r-app-catalogue/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric r-app-catalogue - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -45,6 +45,8 @@ 0.2.1 4.3.1 3.0.11 + 2.12.2 + 1.24.3 0.8.6 0.30.0 @@ -155,10 +157,25 @@ junit-jupiter-engine test + + org.springframework.boot + spring-boot-starter-test + test + + + org.apache.httpcomponents + httpclient + test + + + + org.springframework.boot + spring-boot-maven-plugin + org.openapitools openapi-generator-maven-plugin @@ -173,8 +190,10 @@ spring org.oransc.rappcatalogue.api org.oransc.rappcatalogue.model + org.oransc.rappcatalogue true + true @@ -200,6 +219,32 @@ + + net.revelc.code.formatter + formatter-maven-plugin + ${formatter-maven-plugin.version} + + ${project.basedir}/eclipse-formatter.xml + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + com,java,javax,org + + + + + org.jacoco jacoco-maven-plugin