Added pax:run to all the upnp subproject
Removed automatic dependencies evaluation for upnp/pom.xml which caused multiple version of the same bundle to be installed



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@777591 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/pom.xml b/upnp/pom.xml
index 42269d2..5035e82 100644
--- a/upnp/pom.xml
+++ b/upnp/pom.xml
@@ -67,6 +67,7 @@
         <groupId>org.ops4j</groupId>
         <artifactId>maven-pax-plugin</artifactId>
         <configuration>
+          <noDependencies>true</noDependencies>
           <provision>
             <provision>mvn:org.apache.felix/org.apache.felix.upnp.basedriver@nostart</provision>
             <provision>mvn:org.apache.felix/org.apache.felix.upnp.tester</provision>