Remove unneeded dependency 01/80901/4
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2019 16:47:40 +0000 (17:47 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 18 Mar 2019 08:18:20 +0000 (08:18 +0000)
odlparent already pulls in junit, there's no point in bundle-parent
doing the same.

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

index e241b36ef96de1a826d4f3294769f651f3eef20a..4b07b8cab06ce88745d0aa469d6fdc9f74fd0160 100644 (file)
         </plugins>
     </build>
 
-    <dependencies>
-        <dependency>
-           <groupId>junit</groupId>
-           <artifactId>junit</artifactId>
-        </dependency>
-    </dependencies>
-
 </project>