Add triemap dependency check 43/79143/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 2 Jan 2019 14:52:10 +0000 (15:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 2 Jan 2019 15:33:12 +0000 (16:33 +0100)
This will prevent any breakage from creeping in, like it did
in odlparent-4.0.6.

Change-Id: I39f67a388fb20095b0ccc863b68abcee69f7fd67
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/test-distribution/pom.xml
odlparent-dependency-check/pom.xml

index 9d2fbb053338a6191cddc45b13e9a0e9e9389b24..bf48329f08e7174567876fc49a3666e00185b63b 100644 (file)
             <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>
index 7eb21259e852503794c27b744309c54cf82282a8..02cd931132db92d6161963b99f79f7ff5c33a3e9 100644 (file)
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-matchers</artifactId>
         </dependency>
+        <dependency>
+            <groupId>tech.pantheon.triemap</groupId>
+            <artifactId>bom</artifactId>
+            <type>pom</type>
+            <version>1.0.4</version>
+        </dependency>
         <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>