Use disruptor from odlparent 92/78992/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Dec 2018 17:22:50 +0000 (18:22 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Dec 2018 17:22:50 +0000 (18:22 +0100)
odlparent provides lmax-disruptor packaging, use that instead of
packaging it ourselves.

Change-Id: I38ad75b50c7613b674e4aa65c80192e85a7fc40c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-mdsal-binding-dom-adapter/pom.xml
features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml [new file with mode: 0644]

index 97f0866c02bd52e4a3405bfa10f648a9339f579a..23c1e9f765eadd6ee97963f71f402ee4430b5b1a 100644 (file)
     <name>OpenDaylight :: MD-SAL :: DOM Adapter</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odl-lmax-3</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>odl-mdsal-binding-runtime</artifactId>
diff --git a/features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml b/features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..8f2c4a8
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-dom-api">
+    <feature name="odl-mdsal-binding-dom-adapter">
+        <feature version="[4.0.5,5)">odl-lmax-3</feature>
+    </feature>
+</features>