diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-21 11:15:32 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-05 21:25:32 +0000 |
commit | c5dd5d87de3863abef1f3dbae83bfc0fb87ac95a (patch) | |
tree | 0a425e0f7c64f8b7e8e40fbef8566ae5f5c3d090 /appc-inbound/appc-design-services/features/src | |
parent | d16f5c96d9828d52daa1bab7f06a0eca761885bd (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/appc-design-services/features/src')
-rw-r--r-- | appc-inbound/appc-design-services/features/src/main/resources/features.xml | 2 |
1 files changed, 0 insertions, 2 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}'> |