Remove redundant dependencies in pom 35/63235/2
authorDavid Suarez <david.suarez.fuentes@gmail.com>
Mon, 18 Sep 2017 14:11:34 +0000 (16:11 +0200)
committerDavid Suarez <david.suarez.fuentes@gmail.com>
Tue, 19 Sep 2017 08:50:07 +0000 (10:50 +0200)
These dependencies are already declared in parent pom.

Change-Id: Ibc5c1b14f95b000caac208a788e2a344f2584933
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
alivenessmonitor/alivenessmonitor-impl-protocols/pom.xml
alivenessmonitor/alivenessmonitor-impl/pom.xml

index a21b34c5dd64a76f62422df714b10bb2b5a2cbcd..32e92114b5bb5e1b26c758da3d88cd49c053b90d 100644 (file)
@@ -42,19 +42,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>arputil-api</artifactId>
       <version>${genius.version}</version>
     </dependency>
-
-    <!-- Testing Dependencies -->
-    <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>
index 4feb868b7dccb93dff1d004be716cf9302974c44..3894cb1c565d8acb7b534557b6c3829b789d194e 100644 (file)
@@ -6,6 +6,7 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
+<!--suppress MavenDuplicateDependenciesInspection -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -67,19 +68,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
     </dependency>
-
-    <!-- Testing Dependencies -->
-    <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>
     <plugins>