aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appc-sdc-listener/appc-yang-generator/pom.xml2
-rw-r--r--pom.xml1
2 files changed, 1 insertions, 2 deletions
diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml
index 3d027c572..46236f81c 100644
--- a/appc-sdc-listener/appc-yang-generator/pom.xml
+++ b/appc-sdc-listener/appc-yang-generator/pom.xml
@@ -77,7 +77,7 @@ limitations under the License.
<dependency>
<groupId>org.openecomp.sdc.common</groupId>
<artifactId>openecomp-tosca-datatype</artifactId>
- <version>${toscalib.version}</version>
+ <version>${tosca.datatype.version}</version>
<exclusions>
<exclusion>
<groupId>com.datastax.cassandra</groupId>
diff --git a/pom.xml b/pom.xml
index f91372797..c41098013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,6 @@ limitations under the License.
<commons.lang3.version>3.4</commons.lang3.version>
<antlr.version>4.5.1</antlr.version>
<logback.version>1.2.0</logback.version>
- <toscalib.version>1.1.0</toscalib.version>
<sdc-client.version>1.3.0</sdc-client.version>
<jackson.yml.version>2.3.2</jackson.yml.version>