BUG-113: switch BGP to proper activators
[bgpcep.git] / bgp / linkstate / pom.xml
index 7a64ee8aa93a0aaa47f842453823f4ea173f4f57..d097325e86b9552bb9552fcbb63ae78b5717e063 100644 (file)
             <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>
        </dependencies>
 
        <build>
                                                <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
                                                <Export-Package>
                             org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev130918.*,
-                                               </Export-Package>
+                        </Export-Package>
+                        <Private-Package>
+                            org.opendaylight.protocol.bgp.linkstate
+                        </Private-Package>
+                        <Activator>org.opendaylight.protocol.bgp.linkstate.LinkstateOSGiActivator</Activator>
                                        </instructions>
                                </configuration>
                        </plugin>