summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorandrzejszukuc <andrzej.szukuc@nokia.com>2018-10-04 09:48:10 +0200
committerandrzejszukuc <andrzej.szukuc@nokia.com>2018-10-10 10:14:26 +0200
commit9a07a2c23e4ad44a65096004b2731b7188a8d09c (patch)
tree4c5524ca95e39d29f9f165b38b246f6d4113b22c /pom.xml
parent84b25b7ab2019a558fad92e21c4cc44c242e4461 (diff)
ApiAuthInterceptor tests have been added
Change-Id: Ieb42e8fa417ff3afb8acad3bd6c48a8287026a2e Issue-ID: DCAEGEN2-517 Signed-off-by: ANDRZEJ SZUKUC <andrzej.szukuc@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d3503969..c95228fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
</parent>
<groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>dcaegen2-collectors-ves</name>
<description>VESCollector</description>
<properties>
@@ -443,6 +443,12 @@ limitations under the License.
<version>2.17.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-test</artifactId>
+ <version>5.1.0.RELEASE</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<repositories>
<repository>