aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-09-24 11:28:10 -0400
committerTakamune Cho <takamune.cho@att.com>2019-09-24 15:49:23 +0000
commitb69312bc935cbc6c2997a2a4ee24204ded9ebb29 (patch)
tree3aeac4c59a481b0a8648bd87a684fb1e459aebc3
parent12094d52d537c43c2d8d4d875dd84ba1ec7e8c7a (diff)
replaced by tosca.datatype.version
consolidate to tosca.datatype.version Issue-ID: APPC-736 Change-Id: Ic0bf2c8743d4b299fc135d53323fffbcd6b7c531 Signed-off-by: Taka Cho <takamune.cho@att.com>
-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>