aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-encryption-tool/features
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-encryption-tool/features')
-rw-r--r--appc-config/appc-encryption-tool/features/pom.xml1
-rw-r--r--appc-config/appc-encryption-tool/features/src/main/resources/features.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml
index 581517444..dcaeef249 100644
--- a/appc-config/appc-encryption-tool/features/pom.xml
+++ b/appc-config/appc-encryption-tool/features/pom.xml
@@ -25,7 +25,6 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>features-mdsal</artifactId>
- <version>${odl.mdsal.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml
index ddb1a8526..6138f53c4 100644
--- a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml
+++ b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml
@@ -24,7 +24,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-encryption-tool' description="Application Controller Encription Tool"
version='${project.version}'>