Release odlparent
[odlparent.git] / karaf / test-distribution / pom.xml
index c5a228d8e467fe1e610a42344dd1185b52f23f56..86de5ba1fa7bd5085fdab90e976cfe02e5fb494c 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>4.0.7-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../karaf4-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>test-distribution</artifactId>
-    <version>4.0.7-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>pom</packaging>
 
     <dependencies>
             <type>xml</type>
             <scope>runtime</scope>
         </dependency>
+
+        <!-- TrieMap provides a feature, this checks that BOM works -->
+        <dependency>
+            <groupId>tech.pantheon.triemap</groupId>
+            <artifactId>pt-triemap</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
     <build>