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/shell.gui/pom.xml b/shell.gui/pom.xml
index 277c428..5b2dcec 100644
--- a/shell.gui/pom.xml
+++ b/shell.gui/pom.xml
@@ -32,7 +32,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>
</dependencies>