Remove defunct OSGi activators
[bgpcep.git] / pcep / spi / pom.xml
index 1e9eda0e9da6760bc62d3ecc36c9aa475b24ee13..a90f1fb06948349022463d841a2df718ede3c057 100644 (file)
                        <artifactId>slf4j-api</artifactId>
         </dependency>
 
-        <!-- FIXME: move into pcep-spi-osgi -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-
         <!-- Testing dependencies -->
         <dependency>
             <groupId>junit</groupId>
@@ -63,7 +57,6 @@
                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
                        <Export-Package>
                            org.opendaylight.protocol.pcep.spi,
-                           org.opendaylight.protocol.pcep.spi.osgi,
                            org.opendaylight.protocol.pcep.spi.pojo,
                        </Export-Package>
                    </instructions>