X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fpom.xml;h=e84756132a93c4f22fe7a425da42364d7053affd;hb=22d266b4219217547e68753b44b67cb131bc6179;hp=80bb585f5dd84432f3082b68eed138948d137b73;hpb=f0273617b916cdc8633382291b9986e33cc13fa1;p=nonrtric.git diff --git a/dashboard/webapp-backend/pom.xml b/dashboard/webapp-backend/pom.xml index 80bb585f..e8475613 100644 --- a/dashboard/webapp-backend/pom.xml +++ b/dashboard/webapp-backend/pom.xml @@ -29,13 +29,16 @@ limitations under the License. org.o-ran-sc.nonrt.ric-dashboard ric-dash-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ric-dash-be NonRT RIC Dashboard Webapp backend 2.9.2 2.7.1 + 1.7.9 + 2.8.1 + 1.18.0 0 @@ -105,6 +108,11 @@ limitations under the License. org.slf4j slf4j-api + + org.apache.axis2 + axis2-kernel + ${apache-axis2.version} + org.slf4j @@ -164,8 +172,6 @@ limitations under the License. org.junit.platform junit-platform-launcher - - 1.4.2 test @@ -175,6 +181,32 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + 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.codehaus.mojo