BUG-3157: performance tuning - Use a TrieMap as the ConcurrentMap implementation
[openflowplugin.git] / openflowplugin-impl / pom.xml
index f5edb1e3e09bca258dd49e8a9c4fe905128bf062..8b6cad7ae645c2cc85d20fb130103149adc319c6 100644 (file)
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.github.romix</groupId>
+            <artifactId>java-concurrent-hash-trie-map</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>junit</groupId>