Add odl-triemap feature
[odlparent.git] / features-odlparent / pom.xml
index f7284fd2bd03357765f3c43bfbc4018b85e84585..a35babcb27f026cae4981dd16d4248489252d4e4 100644 (file)
@@ -11,7 +11,6 @@
         <relativePath>../features-parent/pom.xml</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-odlparent</artifactId>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
         </dependency>
-
-        <!-- odl-guava -->
+        <!-- Here we need to depend on all available native epoll implementations; we can't limit ourselves to the build
+        platform and we can't require the build platform to have an implementation (e.g. OS X) -->
         <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <classifier>linux-x86_64</classifier>
         </dependency>
 
         <!-- odl-lmax -->
             <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>