diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:07:49 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:08:44 -0400 |
commit | e2f68206f7c4b86ac79fa0873cd4816bd2486253 (patch) | |
tree | f2c88503f37c249d8685e17033cdfbf76de5604f /appc-inbound | |
parent | 391f3dbd2d9c65a8d9a6a512b1274c2ad170f144 (diff) |
remove org.openecomp.sdc artifact
replace to org.onap.sdc
Issue-ID: APPC-736
Change-Id: I6b9b451ad0196e03e7db90e6157e11139f0d0428
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-inbound')
-rw-r--r-- | appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml | 4 | ||||
-rwxr-xr-x | appc-inbound/pom.xml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml index f0da8fa19..acb1a8f2d 100644 --- a/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml @@ -50,8 +50,8 @@ limitations under the License. <classifier>features</classifier> </dependency> <dependency> - <groupId>org.openecomp.sdc.common</groupId> - <artifactId>openecomp-tosca-datatype</artifactId> + <groupId>org.onap.sdc.common</groupId> + <artifactId>onap-tosca-datatype</artifactId> <version>${tosca.datatype.version}</version> </dependency> <dependency> diff --git a/appc-inbound/pom.xml b/appc-inbound/pom.xml index 486c2ea3b..fa222f01c 100755 --- a/appc-inbound/pom.xml +++ b/appc-inbound/pom.xml @@ -38,7 +38,6 @@ <jettison.version>1.3.7</jettison.version> <commons.collections.version>3.2.2</commons.collections.version> <common.io.version>2.5</common.io.version> - <tosca.datatype.version>1.1.0</tosca.datatype.version> </properties> <modules> <module>appc-artifact-handler</module> |