BUG-113: switch BGP to proper activators
[bgpcep.git] / bgp / parser-spi / pom.xml
index 8b0309b1e8ac2e19744ba543fb77689a9d999455..dfc55113ba5a6a1f5ea78fd5d80cf4f651acaf8c 100644 (file)
                        <artifactId>slf4j-api</artifactId>
                        <version>${slf4j.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+            <scope>provided</scope>
+        </dependency>
        </dependencies>
 
        <build>