Fixed dependecies with CyberLink library, now are risolved by Maven with the temporary DomoWare repository



git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@392228 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.upnp.basedriver/pom.xml b/org.apache.felix.upnp.basedriver/pom.xml
index 79acab2..23e37e3 100644
--- a/org.apache.felix.upnp.basedriver/pom.xml
+++ b/org.apache.felix.upnp.basedriver/pom.xml
@@ -10,7 +10,15 @@
   <groupId>org.apache.felix</groupId>

   <name>Apache Felix UPnP Base Driver</name>

   <artifactId>org.apache.felix.upnp.basedriver</artifactId>

-  <version>0.1.0-SNAPSHOT</version>

+  <version>0.1.0-SNAPSHOT</version>
+  <repositories>

+    <!-- For snapshots (no release jars or non-apache jars)           -->

+    <repository>

+      <id>domoware.isti.cnr.it</id>

+      <name>DomoWare Repository for Missing Artifacts</name>

+      <url>http://domoware.isti.cnr.it/maven2</url>

+    </repository>

+  </repositories>


   <!-- <url>http://maven.apache.org</url> -->

   <dependencies>

     <dependency>

@@ -32,10 +40,10 @@
       <scope>provided</scope>

     </dependency>

     <dependency>

-      <groupId>org.cybergarage</groupId>

-      <artifactId>cyberlink-patched-release</artifactId>

-      <version>1.7</version>

-      <scope>provided</scope>

+      <groupId>org-cybergarage</groupId>

+      <artifactId>cyberlink-upnp-patched</artifactId>

+      <version>1.7.0</version>

+      <scope>provided</scope>
     </dependency>

   </dependencies>

   <build>

diff --git a/pom.xml b/pom.xml
index 56d85d3..ee59cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <module>org.apache.felix.servicebinder</module>

     <module>org.apache.felix.wireadmin</module>

     <module>org.apache.felix.upnp.extra</module>

-<!--    <module>org.apache.felix.upnp.basedriver</module>  -->

+    <module>org.apache.felix.upnp.basedriver</module>

     <module>org.apache.felix.upnp.tester</module>      

     <module>org.apache.felix.upnp.sample.tv</module>

   </modules>