aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-params/features
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-params/features')
-rw-r--r--appc-config/appc-config-params/features/pom.xml1
-rw-r--r--appc-config/appc-config-params/features/src/main/resources/features.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/appc-config/appc-config-params/features/pom.xml b/appc-config/appc-config-params/features/pom.xml
index 52b7587a4..273da5df8 100644
--- a/appc-config/appc-config-params/features/pom.xml
+++ b/appc-config/appc-config-params/features/pom.xml
@@ -28,7 +28,6 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>features-mdsal</artifactId>
- <version>${odl.mdsal.version}</version>
<classifier>features</classifier>
<type>xml</type>
diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml
index 88f410019..a12abedf0 100644
--- a/appc-config/appc-config-params/features/src/main/resources/features.xml
+++ b/appc-config/appc-config-params/features/src/main/resources/features.xml
@@ -28,7 +28,7 @@
xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
- <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository>
+ <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
<feature name='appc-config-params' description="Application Controller Config Params"
version='${project.version}'>