Use odl-apache-commons-lang3 feature 52/79252/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 22:25:37 +0000 (23:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 22:32:37 +0000 (23:32 +0100)
commons-lang3 is packaged by odlparent, use that instead packaging
it ourselves.

Change-Id: I7d2247ac243b6af8def05d9f708c35be5369c982
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/pcep/odl-bgpcep-pcep-tunnel-provider/pom.xml
features/pcep/odl-bgpcep-pcep-tunnel-provider/src/main/feature/feature.xml [new file with mode: 0644]

index cae2b229a1f03b724b90f98f38d6e6a46995a1a7..64a787b36771ed372ec5ecba851ce3186f8b77e5 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odl-apache-commons-lang3</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
diff --git a/features/pcep/odl-bgpcep-pcep-tunnel-provider/src/main/feature/feature.xml b/features/pcep/odl-bgpcep-pcep-tunnel-provider/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..a0c3efb
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+  -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-bgpcep-${project.version}">
+    <feature name="odl-bgpcep-pcep-tunnel-provider" version="${project.version}">
+        <feature version="[4.0.5,5)">odl-apache-commons-lang3</feature>
+    </feature>
+</features>