diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml')
-rw-r--r-- | appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |