FELIX-4298 change to running tests against R5 config admin by default
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1536791 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index e203ca7..9f2f422 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -70,7 +70,7 @@
<bundle.file.name>
${bundle.build.name}/${project.build.finalName}.jar
</bundle.file.name>
- <felix.ca.version>1.0.10</felix.ca.version>
+ <felix.ca.version>1.8.0</felix.ca.version>
</properties>
@@ -185,6 +185,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.configadmin</artifactId>
+ <version>1.8.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-atinject_1.0_spec</artifactId>
<version>1.0</version>
@@ -495,11 +501,11 @@
</dependencies>
</profile>
<profile>
- <!-- use to test with R5 ca, change count, targetetPids -->
- <!-- remember you need to specify all profiles using this, e.g. -PcaR5,felix -->
- <id>caR5</id>
+ <!-- use to test with R4 ca, without change count, targetetPids, location changed event -->
+ <!-- remember you need to specify all profiles using this, e.g. -PcaR4,felix -->
+ <id>caR4</id>
<properties>
- <felix.ca.version>1.6.1-SNAPSHOT</felix.ca.version>
+ <felix.ca.version>1.0.10</felix.ca.version>
</properties>
</profile>
</profiles>