Remove unused declarations 18/82718/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jun 2019 10:35:59 +0000 (12:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jun 2019 12:22:09 +0000 (14:22 +0200)
junit/mockito-core are always a test dependency, hence these
declarations are not needed.

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

index 69944b4a64aac96287da2395c4aa8cc9fe9d0529..9856d2e6fec67fa4b8142fb763cf868cc1cd631c 100644 (file)
@@ -62,18 +62,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <!-- Hamcrest is internally used by Awaitility, so must be compile instead of test scope for build to work -->
       <scope>compile</scope>
     </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>