diff options
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 2c98276c..03c0317b 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>
|