SFT needs Karaf branding 34/65534/1
authorStephen Kitt <skitt@redhat.com>
Wed, 15 Nov 2017 09:06:36 +0000 (10:06 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 15 Nov 2017 09:06:36 +0000 (10:06 +0100)
For some reason SFT now needs our Karaf branding. We should fix this
so that it’s no longer the case — see
https://jira.opendaylight.org/browse/ODLPARENT-130 — but in the
interest of getting odlparent 3.0.0 out, this adds an explicit test
dependency.

Change-Id: I548e421a63073503be47d239cd9536306ab92bd9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
single-feature-parent/pom.xml

index cf09e661f4f6a1eeec4ab10661d4580acbc857ec..3a941d97bd32c9cef782aa68e5208d15c7c7d54c 100644 (file)
     </properties>
 
     <dependencies>
+        <!-- We now end up needing our Karaf branding somehow -->
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>karaf.branding</artifactId>
+            <scope>test</scope>
+        </dependency>
         <!-- Test the generated features.xml -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>