X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=r-app-catalogue%2Fpom.xml;h=07e4c39dc86f32bc65c5a86b3e88536b66497dc4;hb=32180137b6aca9c3a4519ac00cb573cbae9dca83;hp=a2a2dfc1541c2ee1eb8ed1ac78cdad013691f97e;hpb=803d48989d7824309602393763142320cdbbc0d2;p=nonrtric.git diff --git a/r-app-catalogue/pom.xml b/r-app-catalogue/pom.xml index a2a2dfc1..07e4c39d 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 @@ -159,6 +161,10 @@ + + org.springframework.boot + spring-boot-maven-plugin + org.openapitools openapi-generator-maven-plugin @@ -173,8 +179,10 @@ spring org.oransc.rappcatalogue.api org.oransc.rappcatalogue.model + org.oransc.rappcatalogue true + true @@ -200,6 +208,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