Fix junit dependencies in poms. Reuse existing from parent,
[bgpcep.git] / bgp / util / pom.xml
index 6a7e131f5fc0eb8c5808f7f04fa78e4a92aab84b..88cb758549f5d0e3359524c473f1f821c96c8aae 100644 (file)
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>bgp-parser-api</artifactId>
-            <version>${project.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>${project.groupId}</groupId>
-                       <artifactId>bgp-linkstate</artifactId>
             <version>${project.version}</version>
                </dependency>
                <dependency>
                        <artifactId>slf4j-api</artifactId>
                        <version>${slf4j.version}</version>
                </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools.model</groupId>
+            <artifactId>ietf-inet-types</artifactId>
+            <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.linkstate,
-                                                       org.opendaylight.protocol.bgp.parser,
-                                                       org.opendaylight.protocol.concepts,
-                            org.opendaylight.protocol.util,
-                                                       com.google.common.*, 
-                                                       org.opendaylight.protocol.concepts, 
-                                                       org.apache.commons.*,
-                                                       org.slf4j
-                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>