X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-backend%2Fpom.xml;h=d49b53b1af436d4ed76b70b59dd09d130757d7b1;hb=b36108a6b4f18c5620ed120184bdd8c86c85c70e;hp=be9a13e327351d0949b92d35def1a6c0c1246351;hpb=0c2c22dcc6cb1bb766bfb0d58afe79dc800b2a79;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index be9a13e..d49b53b 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,8 +1,5 @@ - 0 @@ -54,59 +52,13 @@ limitations under the License. - - - org.onap.portal.sdk - epsdk-fw - ${epsdk-fw.version} - - - commons-logging - commons-logging - - - log4j - log4j - - - log4j - apache-log4j-extras - - - org.slf4j - slf4j-log4j12 - - - junit - junit - - - commons-fileupload - commons-fileupload - - - commons-beanutils - commons-beanutils - - - - org.powermock - powermock-module-junit4 - - - - org.powermock - powermock-api-mockito - - - org.springframework.boot - spring-boot-starter-security + spring-boot-starter-web org.springframework.boot - spring-boot-starter-web + spring-boot-starter-webflux org.slf4j @@ -117,6 +69,11 @@ limitations under the License. axis2-kernel ${apache-axis2.version} + + org.projectlombok + lombok + provided + org.slf4j @@ -151,6 +108,11 @@ limitations under the License. gson ${immutable.version} + + org.json + json + ${json.version} + @@ -178,9 +140,37 @@ limitations under the License. junit-platform-launcher test + + io.projectreactor + reactor-test + test + + + com.squareup.okhttp3 + mockwebserver + test + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/annotations/ + + + + + org.springframework.boot spring-boot-maven-plugin @@ -229,26 +219,6 @@ limitations under the License. - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${project.build.directory}/classes/resources/ - - - ${project.parent.basedir}/webapp-frontend/dist/controlpanelApp/ - - - - - - org.apache.maven.plugins @@ -291,7 +261,7 @@ limitations under the License. - o-ran-sc/nonrtric-controlpanel:${project.version} + o-ran-sc/nonrtric-controlpanel-backend:${project.version} openjdk:11-jre-slim