X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod2%2Fauth-service%2Fpom.xml;fp=mod2%2Fauth-service%2Fpom.xml;h=1fd4f026c12f7d558ee2602cb3de3fabe16fa1dd;hb=1bebb005afdffa5fcdd54b217a3f8bff39a39c1c;hp=0000000000000000000000000000000000000000;hpb=b4287ad1fab97142df4d5260ec94d41bb782992a;p=dcaegen2%2Fplatform.git diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml new file mode 100644 index 0000000..1fd4f02 --- /dev/null +++ b/mod2/auth-service/pom.xml @@ -0,0 +1,171 @@ + + + + + 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + auth-service + 1.0.0-SNAPSHOT + auth-service + REST APIs to serve Auth Service + + + 11 + ${java.version} + ${java.version} + + + + + org.springframework.boot + spring-boot-starter-data-mongodb + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + + + com.google.code.gson + gson + 2.8.6 + + + org.springframework.boot + spring-boot-starter-security + + + io.jsonwebtoken + jjwt + 0.9.1 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-validation + + + + org.projectlombok + lombok + + + com.squareup.okhttp3 + okhttp + 4.0.1 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework.security + spring-security-test + test + + + com.squareup.okhttp3 + mockwebserver + 4.0.1 + test + + + org.springframework.security + spring-security-test + test + + + io.projectreactor + reactor-test + test + + + javax.xml.bind + jaxb-api + 2.3.1 + + + org.testng + testng + RELEASE + test + + + + + + + + org.springframework.boot + spring-boot-dependencies + 2.2.5.RELEASE + pom + import + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.2.5.RELEASE + + + + repackage + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + +