Add odl-triemap feature 20/42820/3
authorRobert Varga <rovarga@cisco.com>
Sat, 30 Jul 2016 11:37:09 +0000 (13:37 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 3 Aug 2016 11:46:16 +0000 (11:46 +0000)
The TrieMap bundle is being packaged by multiple projects.
provide a separate package so it can be reused.

Change-Id: If29bec69ef4b06fd32346d150a378c69be0b222d
Signed-off-by: Robert Varga <rovarga@cisco.com>
features-odlparent/pom.xml
features-odlparent/src/main/features/features.xml

index 1240762bbc2c54cdc4921b21b8542c7f76b52205..a35babcb27f026cae4981dd16d4248489252d4e4 100644 (file)
             <groupId>com.lmax</groupId>
             <artifactId>disruptor</artifactId>
         </dependency>
+
+        <!-- odl-triemap -->
+        <dependency>
+            <groupId>com.github.romix</groupId>
+            <artifactId>java-concurrent-hash-trie-map</artifactId>
+        </dependency>
     </dependencies>
 </project>
index a6b2647991135a24fb7989ab0601102699512044..ae0b80f633bbb2d164e3dd85a7f8b026a36473e2 100644 (file)
@@ -23,4 +23,7 @@
     <feature name="odl-lmax" description="OpenDaylight :: LMAX Disruptor" version="3.3.4">
         <bundle>mvn:com.lmax/disruptor/{{VERSION}}</bundle>
     </feature>
+    <feature name="odl-triemap" description="OpenDaylight :: Concurrent Trie HashMap" version="0.2.23">
+        <bundle>mvn:com.github.romix/java-concurrent-hash-trie-map/{{VERSION}}</bundle>
+    </feature>
 </features>