BUG-7464: Use Guava-like Equivalence instead of custom interfaces
[yangtools.git] / third-party / triemap / pom.xml
index cdec858a9fcfac42bc4abae6ca57f39a51b76c78..3399a7a97bb04e528b47635caace45a92578e70d 100644 (file)
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>