X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=fc4ec39769458d3e882eab2a4ec67b0c2faf3938;hb=bccdfae0521c7aa6299b2dee2d887e945ffa3490;hp=ff92311d6ae20c6dc4ec67e5c085e037156fafb9;hpb=22cfc3d48f2c8fdd395d820d623c11924af960f8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index ff92311..fc4ec39 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 @@ -211,19 +201,6 @@ limitations under the License. use mvn spotless:apply to rewrite source files use mvn spotless:check to validate source files --> - - - org.codehaus.mojo - license-maven-plugin - - - src - - - **/*.json - - -