BUG-113: convert PCEP to use activators
[bgpcep.git] / pcep / impl / pom.xml
index 39aa9f233bd0bbf23f2dd1f6fcfddb2eaf9e56ac..ef682fd2c093288e83d4c8a72f1fa4f5fc6ed9db 100644 (file)
             <groupId>org.opendaylight.yangtools.model</groupId>
             <artifactId>ietf-inet-types</artifactId>
             <version>2010.09.24-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+            <scope>provided</scope>
         </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
                                <configuration>
                                        <instructions>
                                                <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                                               <Export-Package>
+                                               <Private-Package>
                                                        org.opendaylight.protocol.pcep.impl.*,
-                                               </Export-Package>
+                                               </Private-Package>
+                        <Activator>org.opendaylight.protocol.pcep.parser.impl.BundleActivator</Activator>
                                        </instructions>
                                </configuration>
                        </plugin>