summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/osgi-implementation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3/itest/osgi-implementation/pom.xml')
-rw-r--r--branches/sca-java-1.3/itest/osgi-implementation/pom.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/branches/sca-java-1.3/itest/osgi-implementation/pom.xml b/branches/sca-java-1.3/itest/osgi-implementation/pom.xml
index 59f7c73a35..1cd86002a8 100644
--- a/branches/sca-java-1.3/itest/osgi-implementation/pom.xml
+++ b/branches/sca-java-1.3/itest/osgi-implementation/pom.xml
@@ -33,19 +33,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<!-- Exclude the javax.servlet to avoid conflict -->
<exclusions>
<exclusion>
@@ -58,7 +52,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
</dependency>
<dependency>