Replace mockito-all by mockito-core (see Bug 7662) 56/50856/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 18:58:42 +0000 (19:58 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 19:00:22 +0000 (20:00 +0100)
Change-Id: I3ecc86b874215eb9fdeaf8cda8466bc118cd95cb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
20 files changed:
alto-basic/auto-maps/impl/pom.xml
alto-basic/manual-maps/impl/pom.xml
alto-basic/simple-ecs/impl/pom.xml
alto-basic/simple-ird/impl/pom.xml
alto-core/northbound/impl/pom.xml
alto-core/resourcepool/impl/pom.xml
alto-core/standard-northbound-routes/costmap/impl/pom.xml
alto-core/standard-northbound-routes/endpointcost/impl/pom.xml
alto-core/standard-northbound-routes/endpointproperty/impl/pom.xml
alto-core/standard-northbound-routes/example/pom.xml
alto-core/standard-northbound-routes/networkmap/impl/pom.xml
alto-core/standard-service-models/model-base/impl/pom.xml
alto-core/standard-service-models/model-config/impl/pom.xml
alto-core/standard-service-models/model-costmap/impl/pom.xml
alto-core/standard-service-models/model-endpointcost/impl/pom.xml
alto-core/standard-service-models/model-endpointproperty/impl/pom.xml
alto-core/standard-service-models/model-ird/impl/pom.xml
alto-core/standard-service-models/model-networkmap/impl/pom.xml
alto-extensions/simple-pce/impl/pom.xml
alto-extensions/simple-pce/network-tracker/impl/pom.xml

index 07f4f07d089a436dbee8b7e389da056c5890de1f..6b83a9664e32899960b132c82f39c8d41f757855 100644 (file)
@@ -79,7 +79,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 5d2ba48708193aadba6cc503016ae0914f111534..eb50ca9ead143b974a229860b18eb90b3779a8c3 100644 (file)
@@ -83,7 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
index 32e9fe5f45055a1fae4928e040631f80b4c8e0ad..24a97e700540be37f8aad3e03e964ae0b9fc48f7 100644 (file)
@@ -61,7 +61,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index 3311ddd5daefd2a31527c3e04ad243b018838088..f0bee6eabf5becb31c92e3398b6b8dba920ef2cc 100644 (file)
@@ -72,7 +72,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 0baee3c783d76b5c3c7c870be70042dc9673e6c8..463bc715b8cc47d3d67898e64df55b098bf5bafc 100644 (file)
@@ -42,7 +42,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index 5bd3f27a4e9f9eecacd28bb9abbf62d9674417eb..428ff3a59c36895dc1f26b998196d28d9b7119b4 100644 (file)
@@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index e09e5912987b2b9aa7c058065474c9ce5fc8c9fb..6a8fb8b2b04d29a8fa6e4245af24d684a5ca61b7 100644 (file)
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index 0f7b2af5d509ba82476bc2638a1ba88471c80bc1..46534f37d941110f4bda16ec4604520ca8723935 100644 (file)
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index 6ad742369b2a73e8fd0bdd5c06048324ea5d3434..e482a73203f6bbde8fe2a9c5200fbdff1505c78e 100644 (file)
@@ -65,7 +65,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
 
index b5d2a4d46682eeb522029290454054b18491fc02..d5a17efd932c044af1a745afdcf015b132a6e418 100644 (file)
@@ -42,7 +42,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index aa1326a847ddf9483e3871575e54954902fb9679..d1e6ccb9f207b6ea6c9af18a330392d450d7d208 100644 (file)
@@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index c038a7163a0ab1f2c6633b4593441efc8c5341d5..07889917f847da7c77677cb3641e0eab8d23c9fb 100644 (file)
@@ -54,7 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 1dd70d3d5d498e481b3282cc8f0b8d9bbaaccb3a..cd4757db46e1d1b85a685900ce6bca0222fb172d 100644 (file)
@@ -49,7 +49,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index d992e4924b127003e0b02707330199828140d0d7..3736a4b648188d9358a7042f6650d9f3dfaf04ca 100644 (file)
@@ -55,7 +55,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 06b8be940949b69e3a92aab3d6905ec3aa4c4515..f908c2e34b876d4862cfbe9d52762a2d1e6f88a8 100644 (file)
@@ -55,7 +55,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 47ed67642238c461956c1468881d234408d7093b..d232d2dce2f6be5570ae5c9d29f854b607dbaf0d 100644 (file)
@@ -61,7 +61,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 723c0fac05df960664f466c133190ff62de489db..55c7159098f9afa7f894b6fdaa6ed9dbe637f849 100644 (file)
@@ -49,7 +49,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 561643b564eebe02a67137c93fc3b2ff27d7b8a4..a4d4114cf60b2a1d7b61eccf9bad0d8a4f291ee5 100644 (file)
@@ -49,7 +49,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 8e9ec66e88332a614de487bec59774a6611e4889..fe727a9f0c0c240ef24bfc8e14f41795a66fc397 100644 (file)
@@ -62,7 +62,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index eefcf541772ba111139ef935bff8cd10914cb5d8..e4277d131f84d6839cb2a44250cd1d05ff1d22b5 100644 (file)
@@ -40,7 +40,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>