Migrate to tech.pantheon.TrieMap
[yangtools.git] / features / odl-triemap / pom.xml
index 9769838171047f52914099b5fa5f62e689617693..03bcd5ae23a1556204ba65a236f89a92bd531f41 100644 (file)
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>tech.pantheon.triemap</groupId>
+                <artifactId>bom</artifactId>
+                <version>1.0.0</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-guava</artifactId>
-            <version>4.0.0</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>tech.pantheon.triemap</groupId>
+            <artifactId>pt-triemap</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>