Bumped stateful draft to 07.
[bgpcep.git] / pcep / topology-provider / pom.xml
index a6a066dab09f88f64600aac6e87c021570025f7a..59934747168411bc806b3ba783c1610060846dbd 100644 (file)
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
         </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>mockito-configuration</artifactId>
         </dependency>
+        <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>pcep-impl</artifactId>
+                       <scope>test</scope>
+               </dependency>
+        <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+               </dependency>
        </dependencies>
 
        <build>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
-               <version>${maven.bundle.version}</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                       <Private-Package>
-                           org.opendaylight.bgpcep.pcep.topology.provider
-                       </Private-Package>
                    </instructions>
                </configuration>
            </plugin>
                </plugins>
        </build>
-
-       <distributionManagement>
-               <site>
-                       <id>${project.artifactId}</id>
-                       <name>PCEP-TOPOLOGY-PROVIDER Module site</name>
-                       <url>${basedir}/target/site/${project.artifactId}</url>
-               </site>
-       </distributionManagement>
-
 </project>