From 1bebb005afdffa5fcdd54b217a3f8bff39a39c1c Mon Sep 17 00:00:00 2001 From: "Mantena, Ravi (rx908f)" Date: Thu, 3 Sep 2020 17:14:41 -0400 Subject: New Auth Service in Mod2 Issue-ID: DCAEGEN2-2317 Change-Id: I34b08d7731cc23028f469376ef2147bb28a28b7f Signed-off-by: Ravi Mantena --- mod2/auth-service/pom.xml | 171 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 mod2/auth-service/pom.xml (limited to 'mod2/auth-service/pom.xml') 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 + + + + -- cgit 1.2.3-korg