Downgraded the dependency on org.osgi.core from 1.2.0 to 1.0.1 to be more
compatible. (FELIX-821)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@719024 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/samples/tv/pom.xml b/upnp/samples/tv/pom.xml
index 7a57111..813d54e 100644
--- a/upnp/samples/tv/pom.xml
+++ b/upnp/samples/tv/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.2.0</version>
+ <version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>