bundle-parent should pull in junit 25/35125/1
authorRobert Varga <rovarga@cisco.com>
Sat, 20 Feb 2016 00:31:41 +0000 (01:31 +0100)
committerRobert Varga <rovarga@cisco.com>
Sat, 20 Feb 2016 00:31:41 +0000 (01:31 +0100)
It is a fair assumption that bundles will require junits. Pull it in so
our users do not have to do that.

Change-Id: I16f8fc0f5f0641691ef2ede4be6cc1aca0ad356e
Signed-off-by: Robert Varga <rovarga@cisco.com>
bundle-parent/pom.xml

index 499e1b208da7f565079a262ec89c50d868b8569b..0d1895aa67b3e625d279d516fde0b4adbd79c7d5 100644 (file)
         </plugins>
     </build>
 
+    <dependencies>
+        <dependency>
+           <groupId>junit</groupId>
+           <artifactId>junit</artifactId>
+        </dependency>
+    </dependencies>
+
   <!--
     Maven Site Configuration