diff options
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> |