aboutsummaryrefslogtreecommitdiffstats
path: root/appc-inbound
diff options
context:
space:
mode:
Diffstat (limited to 'appc-inbound')
-rw-r--r--appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml4
-rwxr-xr-xappc-inbound/pom.xml1
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>