Minor clean-up: Remove junit-dep and add missing scope test 21/49721/1
authorMichael Vorburger <vorburger@redhat.com>
Thu, 22 Dec 2016 00:02:26 +0000 (01:02 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 22 Dec 2016 00:02:26 +0000 (01:02 +0100)
just so that this POM looks more similar to features-parent

Change-Id: Ide3038d9688512b65f8544663f7e510f01114c0b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
features-index/pom.xml
features-test/pom.xml

index a6f1d24a9706b2e0bb4f58743c205d0de7e84a4d..0e729bec80fb5771e9b9d3c6908ff050be2b3c9d 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+
         <dependency>
             <groupId>org.opendaylight.sxp</groupId>
             <artifactId>features</artifactId>
             <version>${feature.odlparent.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit-dep</artifactId>
-            <scope>test</scope>
-        </dependency>
         <!-- dependency for opendaylight-karaf-empty for use by testing -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
index d90e3a0b427b2d7e81c637639ed8ad8e994dadd9..cbf26d5e57214e827722a5edcfa14a86fba8e111 100644 (file)
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
             <version>${feature.odlparent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit-dep</artifactId>
             <scope>test</scope>
         </dependency>
         <!-- dependency for opendaylight-karaf-empty for use by testing -->
@@ -62,6 +58,7 @@
             <artifactId>opendaylight-karaf-empty</artifactId>
             <version>${feature.odlparent.version}</version>
             <type>zip</type>
+            <scope>test</scope>
         </dependency>
     </dependencies>
     <build>