update depandency of jtosca 15/47215/1 2.0.0-ONAP beijing 2.0.0-ONAP v1.3.5
authorml636r <ml6364@att.com>
Fri, 11 May 2018 14:49:40 +0000 (17:49 +0300)
committerMichael Lando <ml636r@att.com>
Fri, 11 May 2018 14:51:37 +0000 (17:51 +0300)
update pom to use jtosca relase version

Change-Id: I4acb2540ce7ba4296d6dcbcd1c19bd8549372cd5
Issue-ID: SDC-1318
Signed-off-by: Michael Lando <ml636r@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 47497a5..44003e7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.3.5-SNAPSHOT</version>
+                       <version>1.3.5</version>
                </dependency>
 
 
                        <scope>test</scope>
                </dependency>
 
-               <!--<dependency> -->
-               <!--<groupId>junit</groupId> -->
-               <!--<artifactId>junit</artifactId> -->
-               <!--<version>4.12</version> -->
-               <!--<scope>test</scope> -->
-               <!--</dependency> -->
 
                <dependency>
                        <groupId>org.testng</groupId>
                        <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>