Align the version of org.apache.felix.configadmin with jclouds-cli
Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/4fe7b32d Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/4fe7b32d Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/4fe7b32d Branch: refs/heads/fix-script-engine Commit: 4fe7b32d042674ed678d96bec09bd6753bd14591 Parents: 522e245 Author: Andrew Phillips <[email protected]> Authored: Tue Sep 6 23:52:25 2016 -0400 Committer: Andrew Phillips <[email protected]> Committed: Wed Sep 14 17:14:26 2016 +0100 ---------------------------------------------------------------------- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/4fe7b32d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e207e52..f5bf069 100644 --- a/pom.xml +++ b/pom.xml @@ -184,9 +184,8 @@ limitations under the License. <properties> <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version> <bcprov.version>1.51</bcprov.version> - <configadmin.version>1.2.8</configadmin.version> <easymock.version>3.0</easymock.version> - <felix.configadmin.version>1.2.8</felix.configadmin.version> + <felix.configadmin.version>1.8.0</felix.configadmin.version> <groovy.version>2.4.4</groovy.version> <gson.version>2.5</gson.version> <guava.version>16.0.1</guava.version> @@ -310,7 +309,7 @@ limitations under the License. <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.configadmin</artifactId> - <version>${configadmin.version}</version> + <version>${felix.configadmin.version}</version> </dependency> <!-- Pax Url -->
