diff options
Diffstat (limited to 'appc-inbound')
-rw-r--r-- | appc-inbound/appc-design-services/features/src/main/resources/features.xml | 2 | ||||
-rwxr-xr-x | appc-inbound/pom.xml | 1 |
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>
|