Move ByteList into util package
[bgpcep.git] / bgp / parser-impl / pom.xml
index d5ac26d104181e1d8495174a03ba553539c659ff..894aea03d6c99bf8d84c418028f7218f6bf8ab02 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.opendaylight.bgpcep</groupId>
                <artifactId>bgp-parent</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>bgp-parser-api</artifactId>
+            <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>bgp-parser-spi</artifactId>
             <version>${project.version}</version>
                </dependency>
                <dependency>
                </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>
-                       <artifactId>mockito-configuration</artifactId>
+                       <artifactId>framework</artifactId>
             <version>${project.version}</version>
-                       <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+                       <version>${slf4j.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>jsr305</artifactId>
                        <version>2.0.1</version>
                </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools.model</groupId>
+            <artifactId>ietf-inet-types</artifactId>
+            <version>2010.09.24-SNAPSHOT</version>
+        </dependency>
+               <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>mockito-configuration</artifactId>
+            <version>${project.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>${junit.version}</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>
                                <configuration>
                                        <instructions>
                                                <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                                               <Private-Package>
-                                                       javax.annotation.*,
-                                                       org.opendaylight.protocol.bgp.parser.impl.*
-                                               </Private-Package>
                                                <Import-Package>
-                                                       org.opendaylight.protocol.bgp.parser.message,
-                                                       org.opendaylight.protocol.bgp.parser.parameter,
                                                        org.opendaylight.protocol.bgp.concepts,
-                                                       org.opendaylight.protocol.bgp.linkstate,
                             org.opendaylight.protocol.bgp.parser,
                             org.opendaylight.protocol.bgp.util,
                                                        org.opendaylight.protocol.concepts,
                                                        org.opendaylight.protocol.framework,
                             org.opendaylight.protocol.util,
+                            org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev130918.*,
                                                        com.google.common.*,
                                                        org.slf4j,
-                                                       org.apache.commons.lang
                                                </Import-Package>
                                                <Export-Package>
+                                                       org.opendaylight.protocol.bgp.parser.impl.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>