Add tools-testutils declaration 20/82720/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jun 2019 10:49:39 +0000 (12:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 20 Oct 2019 08:42:09 +0000 (10:42 +0200)
tools-testutils is used widely by downstreams, who are forced
to duplicate scope=test and version declarations. Make sure we
propagate the correct declaration from artifacts.

Change-Id: Ie36a614acd177116ccb9f1e368737d0f564c323d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml

index 3b2b8b6c13a07d3260250061a46568a763cf40fb..099c195522242c5ffc2f0a7afd1bbb3e52c1bb3b 100644 (file)
@@ -53,6 +53,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <version>0.5.0-SNAPSHOT</version>
       </dependency>
 
+      <!-- Test support -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>tools-testutils</artifactId>
+        <version>0.5.0-SNAPSHOT</version>
+        <scope>test</scope>
+      </dependency>
+
       <!-- Karaf Features -->
       <dependency>
         <groupId>${project.groupId}</groupId>