aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-01 13:36:30 +0200
committerMichael Lando <ml636r@att.com>2017-11-01 13:36:30 +0200
commit389c8ca07065e4e66c70ca33b10caf80ba608895 (patch)
tree73281b0b53a8bfa4ea2112a597075de243c9c888 /pom.xml
parente7675bd27de1f5fd047f53170c90ebcd71cde34e (diff)
Change-Id: I7dc4f081ed609c5becf0145532bb833d540bd41f Issue-Id: SDC-569 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 218ef6c..b10b28c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.1.34-SNAPSHOT</version>
+ <version>1.1.32-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.openecomp.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.1.3-SNAPSHOT</version>
+ <version>1.1.1</version>
</dependency>
@@ -116,13 +116,6 @@
<scope>test</scope>
</dependency>
- <!--<dependency> -->
- <!--<groupId>junit</groupId> -->
- <!--<artifactId>junit</artifactId> -->
- <!--<version>4.12</version> -->
- <!--<scope>test</scope> -->
- <!--</dependency> -->
-
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
@@ -137,9 +130,6 @@
<scope>test</scope>
</dependency>
- <!-- <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId>
- <version>1.1.2</version> <scope>test</scope> </dependency> -->
-
</dependencies>
<reporting>