diff options
author | Ravi Mantena <rx908f@att.com> | 2021-04-09 11:53:04 -0400 |
---|---|---|
committer | Ravi Mantena <rx908f@att.com> | 2021-04-09 14:05:05 -0400 |
commit | 86c9032dcba9a92a9525dd65ecfe910e8c73664a (patch) | |
tree | 6625844c23d8ab2b385ff6d5bcd6b90ec8671b51 /mod2/auth-service/pom.xml | |
parent | 15dd0a3541db1e7ac9f38680d9dbe83cf3d303ae (diff) |
Auth Service Errors Fix
Issue-ID: DCAEGEN2-2727
Change-Id: Ibc2ffe24d2f41fc085c251acafc2bfe6c58c39d4
Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/auth-service/pom.xml')
-rw-r--r-- | mod2/auth-service/pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml index 3723584..b1135c5 100644 --- a/mod2/auth-service/pom.xml +++ b/mod2/auth-service/pom.xml @@ -102,11 +102,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>4.0.1</version> @@ -127,12 +122,12 @@ <artifactId>jaxb-api</artifactId> <version>2.3.1</version> </dependency> - <dependency> +<!-- <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>RELEASE</version> <scope>test</scope> - </dependency> + </dependency>--> </dependencies> <dependencyManagement> |