diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-24 11:28:10 -0400 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-09-24 15:49:23 +0000 |
commit | b69312bc935cbc6c2997a2a4ee24204ded9ebb29 (patch) | |
tree | 3aeac4c59a481b0a8648bd87a684fb1e459aebc3 /appc-sdc-listener/appc-yang-generator | |
parent | 12094d52d537c43c2d8d4d875dd84ba1ec7e8c7a (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>
Diffstat (limited to 'appc-sdc-listener/appc-yang-generator')
-rw-r--r-- | appc-sdc-listener/appc-yang-generator/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |