Remove SNAPSHOT dependencies
Change-Id: Id6e46ab74bfe8a55173b912bf70dba62244bfca3
Issue-Id: VID-85
Signed-off-by: Ofir Sonsino <os0695@att.com>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 2c98276..03c0317 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -445,11 +445,6 @@
<version>1.4.01</version>
</dependency>
<dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- <version>1.4.6</version>
- </dependency>
- <dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.16</version>
@@ -462,7 +457,7 @@
<dependency>
<groupId>org.openecomp.sdc.sdc-tosca</groupId>
<artifactId>sdc-tosca</artifactId>
- <version>1.1.32-SNAPSHOT</version>
+ <version>1.1.34</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>