Added bundleactivator to XMLRouter.
[xmlrouter] / pom.xml
diff --git a/pom.xml b/pom.xml
index 80ce38054f45dd2ca3f4893f4ac0d9e4bc304a66..d2d2a858a7558040a3193bd52286e595feeb347f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.core</artifactId>
                 <version>4.2.0</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.compendium</artifactId>
                 <version>4.2.0</version>
+                <scope>provided</scope>
             </dependency>
             
             <!-- Pax exam -->