diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:05:32 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:06:24 -0400 |
commit | 1e63aade6be9ad91351890fa9d948bc60c5f91e6 (patch) | |
tree | 21f80d5081553f08338c70933ba44eb16b528deb /binding-parent/pom.xml | |
parent | 5b1eece6cc2cecff5eb7ed05fa12d91e8644e7e4 (diff) |
remove org.openecomp.sdc artifact
to org.onap.sdc
Change-Id: Ifd0fe9f3cd3fc68c23251308a58bdc3901856db5
Issue-ID: APPC-736
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'binding-parent/pom.xml')
-rw-r--r-- | binding-parent/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 54c8672..74de328 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -56,14 +56,13 @@ limitations under the License. <commons.lang3.version>3.4</commons.lang3.version> <antlr.version>4.5.1</antlr.version> <logback.version>1.2.3</logback.version> - <toscalib.version>1.1.0</toscalib.version> <sdc-client.version>1.3.0</sdc-client.version> <!-- Should match the version used by sdc-distribution-client --> <saClientLibrary.version>0.0.1</saClientLibrary.version> <!-- Should match the version used by sdc-distribution-client --> <cambriaClient.version>0.0.1</cambriaClient.version> <jackson.yml.version>2.3.2</jackson.yml.version> - <tosca.datatype.version>1.1.0</tosca.datatype.version> + <tosca.datatype.version>1.5.2</tosca.datatype.version> <velocity.version>1.7</velocity.version> <xmlunit.version>1.6</xmlunit.version> <xmlunit-core.version>2.3.0</xmlunit-core.version> |