Remove unneeded dependencies
[l2switch.git] / addresstracker / implementation / pom.xml
index 31e9747e7fc60b7619db13ffd21576b9d18cc010..ed10dd5710d06e5e9129ac501752de2319a31870 100644 (file)
   <groupId>org.opendaylight.l2switch.addresstracker</groupId>
   <artifactId>addresstracker-impl</artifactId>
   <packaging>bundle</packaging>
+
   <dependencies>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-api</artifactId>
       <groupId>org.opendaylight.l2switch.addresstracker</groupId>
       <artifactId>addresstracker-model</artifactId>
     </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>
     <plugins>
       <plugin>