aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/pom.xml
diff options
context:
space:
mode:
authorBharathS24 <BS00493532@techmahindra.com>2018-08-22 19:58:25 +0530
committerBharathS24 <BS00493532@techmahindra.com>2018-08-22 19:58:25 +0530
commita92d8916281236e388696abb72e19ba1241f09eb (patch)
treeb124e7574060cafa061c005d77c3430d0c92bd1d /snmpmapper/pom.xml
parent023a412ccc9731e790dd33f1ecbdbebb977335f7 (diff)
Removed test cases failing
updated test cases for snmpmapper Change-Id: If3ad91ccc4be448decd94ed47f1ff64831094fce Issue-ID: DCAEGEN2-338 Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
Diffstat (limited to 'snmpmapper/pom.xml')
-rw-r--r--snmpmapper/pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index 4b8e5df..4306ae3 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -12,10 +12,9 @@
<description>saves mapping file to potsgresql database</description>
<parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.3.RELEASE</version>
- <relativePath/>
+ <groupId>org.onap.dcaegen2.services.mapper</groupId>
+ <artifactId>mapper</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -25,6 +24,12 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.springframework.webflow</groupId>
+ <artifactId>spring-webflow</artifactId>
+ <version>2.5.0.RELEASE</version>
+</dependency>
+
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
@@ -51,6 +56,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
+ <version>42.2.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>