X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=95de721fa00032e07496f5e1f0cc14416a7b51f1;hb=5a1021b3264044b0f329f11ace6dc9e8a9c5d3fe;hp=ff92311d6ae20c6dc4ec67e5c085e037156fafb9;hpb=22cfc3d48f2c8fdd395d820d623c11924af960f8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index ff92311..95de721 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,8 +1,5 @@ - 0 @@ -108,6 +106,10 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-webflux + org.slf4j slf4j-api @@ -151,6 +153,11 @@ limitations under the License. gson ${immutable.version} + + org.json + json + ${json.version} + @@ -178,9 +185,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 +246,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 - - -