summaryrefslogtreecommitdiffstats
path: root/appc-inbound
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-11-21 11:15:32 -0800
committerPatrick Brady <pb071s@att.com>2017-12-05 21:25:32 +0000
commitc5dd5d87de3863abef1f3dbae83bfc0fb87ac95a (patch)
tree0a425e0f7c64f8b7e8e40fbef8566ae5f5c3d090 /appc-inbound
parentd16f5c96d9828d52daa1bab7f06a0eca761885bd (diff)
Removing sdnc version properties
These versions are provided by the ccsdk parent pom and should not be duplicated. Change-Id: I2d013a2b4d46dcf41f2757cc3acb3b6a16c6353f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-321
Diffstat (limited to 'appc-inbound')
-rw-r--r--appc-inbound/appc-design-services/features/src/main/resources/features.xml2
-rwxr-xr-xappc-inbound/pom.xml1
2 files changed, 0 insertions, 3 deletions
diff --git a/appc-inbound/appc-design-services/features/src/main/resources/features.xml b/appc-inbound/appc-design-services/features/src/main/resources/features.xml
index 5aa32be50..a88410fe3 100644
--- a/appc-inbound/appc-design-services/features/src/main/resources/features.xml
+++ b/appc-inbound/appc-design-services/features/src/main/resources/features.xml
@@ -30,8 +30,6 @@
<repository>mvn:org.opendaylight.yangtools/features-yangtools/${odl.yangtools.version}/xml/features</repository>
<repository>mvn:org.opendaylight.controller/features-mdsal/${odl.controller.mdsal.features.version}/xml/features</repository>
-<!-- <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
- <repository>mvn:org.opendaylight.netconf/features-restconf/${odl.controller.mdsal.version}/xml/features</repository> -->
<feature name='appc-design-services' description="Application Controller Design Services"
version='${project.version}'>
diff --git a/appc-inbound/pom.xml b/appc-inbound/pom.xml
index 6c7105d6f..2681c8d9a 100755
--- a/appc-inbound/pom.xml
+++ b/appc-inbound/pom.xml
@@ -12,7 +12,6 @@
<description>Application Controller Inbound</description>
<properties>
- <openecomp.sdnc.sql-resource.version>1.1.2</openecomp.sdnc.sql-resource.version>
<jackson.version>2.3.2</jackson.version>
<snakeyaml.version>1.12</snakeyaml.version>
<velocity.version>1.7</velocity.version>