Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 2c0bf85f9 -> dbd58bcec
KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/dbd58bce Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/dbd58bce Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/dbd58bce Branch: refs/heads/karaf-4.0.x Commit: dbd58bcec7f88cf9ae6e502e27d3cb84438ee048 Parents: 2c0bf85 Author: James Carman <[email protected]> Authored: Mon Aug 1 15:59:06 2016 -0400 Committer: James Carman <[email protected]> Committed: Mon Aug 1 15:59:06 2016 -0400 ---------------------------------------------------------------------- jaas/modules/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/dbd58bce/jaas/modules/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml index 23c6f9e..a94667c 100644 --- a/jaas/modules/pom.xml +++ b/jaas/modules/pom.xml @@ -118,7 +118,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> - <version>3.1.7-SNAPSHOT</version> + <version>3.1.7</version> <scope>provided</scope> </dependency>
