diff options
author | ml636r <ml6364@att.com> | 2018-05-11 17:49:40 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-11 17:51:37 +0300 |
commit | 5c2e47c7d7648dfdc35436b4f2730475945709bd (patch) | |
tree | abd2b08cd81449c5f0599ecbbb41e4954edd25aa /pom.xml | |
parent | 46ce5793633507484f0620f48715eed26a540544 (diff) |
update depandency of jtoscav1.3.52.0.0-ONAPbeijing2.0.0-ONAP
update pom to use jtosca relase version
Change-Id: I4acb2540ce7ba4296d6dcbcd1c19bd8549372cd5
Issue-ID: SDC-1318
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -112,7 +112,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.5</version> </dependency> @@ -131,12 +131,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> @@ -152,9 +146,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> |