Code Review
/
controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ca35088
)
Small fix on dependencies for karaf features.
50/10150/1
author
Ed Warnicke
<eaw@cisco.com>
Thu, 21 Aug 2014 21:59:24 +0000
(16:59 -0500)
committer
Ed Warnicke
<eaw@cisco.com>
Thu, 21 Aug 2014 21:59:24 +0000
(16:59 -0500)
Change-Id: I5debead6260c8777cdae9b0a7d9def804acb3adb
Signed-off-by: Ed Warnicke <eaw@cisco.com>
features/netconf/pom.xml
patch
|
blob
|
history
diff --git
a/features/netconf/pom.xml
b/features/netconf/pom.xml
index
956a67e
..
106e54a
100644
(file)
--- a/
features/netconf/pom.xml
+++ b/
features/netconf/pom.xml
@@
-105,6
+105,9
@@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-config</artifactId>
+ <version>${config.version}</version>
+ <type>xml</type>
+ <classifier>config</classifier>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>