Unify integration-* image usage
[dcaegen2/platform.git] / mod2 / auth-service / pom.xml
index 3723584..b25fe99 100644 (file)
@@ -5,6 +5,7 @@
   ~  *  org.onap.dcae
   ~  *  ================================================================================
   ~  *  Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+  ~  *  Copyright (c) 2021 Samsung Electronics. All rights reserved.
   ~  *  ================================================================================
   ~  *  Licensed under the Apache License, Version 2.0 (the "License");
   ~  *  you may not use this file except in compliance with the License.
@@ -31,7 +32,7 @@
        </parent>
        <groupId>org.onap.dcaegen2.platform.mod</groupId>
        <artifactId>auth-service</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
        <name>auth-service</name>
        <description>REST APIs to serve Auth Service</description>
 
                                </exclusion>
                        </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>
                        <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>