Eliminate unneeded test dependencies 70/79570/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 16 Jan 2019 11:57:20 +0000 (12:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 16 Jan 2019 11:57:20 +0000 (12:57 +0100)
These dependencies are declared by odlparent, there is no need to
repeat them.

Change-Id: I2e5faecee173630af746589d50bbc93b982e79d9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 files changed:
netconf/aaa-authn-odl-plugin/pom.xml
netconf/callhome-provider/pom.xml
netconf/mdsal-netconf-yang-library/pom.xml
netconf/messagebus-netconf/pom.xml
netconf/netconf-console/pom.xml
netconf/netconf-impl/pom.xml
netconf/netconf-topology-singleton/pom.xml
netconf/yanglib/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-rfc8040/pom.xml
restconf/sal-rest-docgen/pom.xml

index f8093bd6dc8d620a23bd37c0a8730ef779ca581d..6131ca775f0d278cde50ecacdd891e3d69b22ca9 100644 (file)
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Testing Dependencies -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
-
 </project>
index dcb4b6fed9ad5f911a5c2c6998ef878842f9f60e..7eb2b1c0fcdab0c8f8755aa4e675ba704779ec8a 100644 (file)
@@ -40,9 +40,5 @@
             <artifactId>callhome-model</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
     </dependencies>
 </project>
index 24494ec0c57c39f1722e93b2b5e6d0f69b0c3fee..4fc56a183c14d8090d7df28d7f0e6c199b4d2ca4 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
index 382e469114623aa110bca4967cb1ac74abf1bcdb..47377cee1d09f110e77ec5ffa1145b3d3c19a44a 100644 (file)
@@ -67,11 +67,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </dependency>
 
         <!-- Testing Dependencies -->
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-core</artifactId>
index 678a3c43740f19fb0a1f6e1229b345d901589d57..2678901c28107c0a37fe8a1050b734f3be26388c 100644 (file)
@@ -34,11 +34,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
           <groupId>org.opendaylight.netconf</groupId>
           <artifactId>sal-netconf-connector</artifactId>
       </dependency>
-      <dependency>
-          <groupId>org.mockito</groupId>
-          <artifactId>mockito-core</artifactId>
-          <scope>test</scope>
-      </dependency>
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-test-util</artifactId>
index c617dd19c23e05c007155724b7894fa099bcf4cc..d90d3d9018f15d993f22060d9c528f5267a15790 100644 (file)
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-client</artifactId>
index c1fffc99dec4a7db131875f1ca634ce3b7248d63..7009ca52d3b9800fab53a268a445e381121343af 100644 (file)
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-testkit_2.12</artifactId>
index dcde35f1ccc39fda3d0545e0c60a55b6d2fec6f8..8f6e3946e4d638f3d6934dcf104cb0999986e55f 100644 (file)
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc7895</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-parser-impl</artifactId>
index 84e6b63a38560a2e804967e2c2f1536f0d1afe25..c1996dd63750f0d9165ebc3a98adf7f839dc20bb 100644 (file)
       <groupId>javax.ws.rs</groupId>
       <artifactId>javax.ws.rs-api</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>
index b95b7ceb91e7ced5be0a5f20fcc9c58518dc63c1..9cd37dd097081336e81e512758fe05a749eacd81 100644 (file)
       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
index 35b9de0d9556428a86697ed886a9d38987f286e4..ed88e7a2a4b663bc621186fa0c6601d6c56fa10c 100644 (file)
       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
       <artifactId>jersey-guava</artifactId>
index 7e984362ad93e98abcdee405e05d522542618aab..7dfb1b8f873b2f898ad1ad304102cb61ba1d9b2e 100644 (file)
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-data-api</artifactId>