Merge changes Ie520cc6e,I5e764fe1
[bgpcep.git] / pcep / impl / pom.xml
index 271b5acbcc0c4cdd08b41a7665c4714cd0707578..39aa9f233bd0bbf23f2dd1f6fcfddb2eaf9e56ac 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.opendaylight.bgpcep</groupId>
                <artifactId>pcep-parent</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
                        <artifactId>pcep-api</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>pcep-spi</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>framework</artifactId>
                        <artifactId>concepts</artifactId>
                        <version>${project.version}</version>
                </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-codec</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-common</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-transport</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>${guava.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.code.findbugs</groupId>
+                       <artifactId>jsr305</artifactId>
+                       <version>2.0.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <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>
+        </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+            <version>${mockito.version}</version>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>mockito-configuration</artifactId>
                        <scope>test</scope>
                        <type>test-jar</type>
                </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-                       <version>${slf4j.version}</version>
-               </dependency>
        </dependencies>
 
        <build>
                                <configuration>
                                        <instructions>
                                                <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                                               <Import-Package>
-                                                       org.opendaylight.protocol.concepts,
-                                                       org.opendaylight.protocol.framework,
-                                                       org.opendaylight.protocol.concepts,
-                                                       com.google.common.base,
-                                                       com.google.common.collect,
-                                                       com.google.common.primitives,
-                                                       javax.annotation,
-                                                       javax.management,
-                            javax.net.ssl,
-                                                       org.opendaylight.protocol.pcep,
-                                                       org.opendaylight.protocol.pcep.concepts,
-                                                       org.opendaylight.protocol.pcep.message,
-                                                       org.opendaylight.protocol.pcep.object,
-                                                       org.opendaylight.protocol.pcep.subobject,
-                                                       org.opendaylight.protocol.pcep.tlv,
-                            org.opendaylight.protocol.util,
-                                                       org.slf4j,
-                                               </Import-Package>
                                                <Export-Package>
                                                        org.opendaylight.protocol.pcep.impl.*,
                                                </Export-Package>