Fix junit dependencies in poms. Reuse existing from parent,
[bgpcep.git] / bgp / util / pom.xml
index 66089cccd5eb2dccdbb49297c0228b59e7420a0e..88cb758549f5d0e3359524c473f1f821c96c8aae 100644 (file)
             <version>2010.09.24-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
        </dependencies>
 
        <build>
                                                <Export-Package>
                                                        org.opendaylight.protocol.bgp.util,
                                                </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.protocol.bgp.concepts,
-                                                       org.opendaylight.protocol.bgp.parser,
-                                                       org.opendaylight.protocol.concepts,
-                            org.opendaylight.protocol.util,
-                                                       com.google.common.*, 
-                                                       org.apache.commons.*,
-                                                       org.slf4j
-                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>