diff options
author | Ofir Sonsino <os0695@att.com> | 2017-10-24 15:28:25 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-10-24 15:28:25 +0300 |
commit | d0fdbfabf01d7254e8f2c0919cd5a199d1854441 (patch) | |
tree | 41cf7d0e2979054406fd1b247717b529cfdb82b3 /vid-app-common/pom.xml | |
parent | 49351d760fb64a9eb26a2a5a79aa4799d0696aef (diff) |
Remove SNAPSHOT dependencies
Change-Id: Id6e46ab74bfe8a55173b912bf70dba62244bfca3
Issue-Id: VID-85
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 2c98276cc..03c0317bd 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>
|