X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=app-mgr-client%2Fpom.xml;h=16f4c810f0082d55f0d079b27e0d9da237be2c35;hb=63691d3d9377a0cf86923be38202ccbf87872bcd;hp=0cd496a3ea28facd8f964168d9360e2bfe044916;hpb=80f26bbeef6caea8f9946e8a0e1a5e0319dacc38;p=portal%2Fric-dashboard.git diff --git a/app-mgr-client/pom.xml b/app-mgr-client/pom.xml index 0cd496a3..16f4c810 100644 --- a/app-mgr-client/pom.xml +++ b/app-mgr-client/pom.xml @@ -25,13 +25,14 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.4-SNAPSHOT + 1.2.4-SNAPSHOT org.o-ran-sc.ric.plt.appmgr.client app-mgr-client RIC App Manager client - 0.1.5-SNAPSHOT + + 0.1.7-SNAPSHOT UTF-8 UTF-8 @@ -42,6 +43,11 @@ limitations under the License. + + + javax.annotation + javax.annotation-api + io.swagger swagger-annotations @@ -55,39 +61,32 @@ limitations under the License. org.springframework spring-web - com.fasterxml.jackson.core jackson-core - com.fasterxml.jackson.core jackson-annotations - com.fasterxml.jackson.core jackson-databind - com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - com.fasterxml.jackson.datatype jackson-datatype-jsr310 - org.junit.jupiter junit-jupiter-api - test @@ -104,14 +103,12 @@ limitations under the License. generate - ${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_5.yaml + ${project.basedir}/ric-plt-appmgr/api/appmgr_rest_api.yaml java ${project.groupId} ${project.artifactId} ${project.version} - www.O-RAN-SC.org - xApp manager client library resttemplate true java8 @@ -126,30 +123,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-compiler-plugin - - - 1.8 - 1.8 - - - - - org.apache.maven.plugins - maven-source-plugin - - - - attach-sources - - jar - - - - @@ -167,15 +140,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - -