Extract OSGi OBR service API to a non-bundle jar to avoid circular build problems

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@578934 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index d53fd59..8722f33 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -32,7 +32,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>org.osgi.service.obr</artifactId>
       <version>1.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>