Repository: incubator-brooklyn Updated Branches: refs/heads/master 86dbfbf49 -> 13887f699
bump groovy version in karaf dependencies xml NB the build seems to update this automatically (so it probably should not be checked in?) Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/13887f69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/13887f69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/13887f69 Branch: refs/heads/master Commit: 13887f69953a1995183ddb3c780a3b52474ae6f3 Parents: 86dbfbf Author: Alex Heneveld <[email protected]> Authored: Wed Oct 28 11:21:56 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Oct 28 11:21:56 2015 +0000 ---------------------------------------------------------------------- karaf/features/src/main/history/dependencies.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/13887f69/karaf/features/src/main/history/dependencies.xml ---------------------------------------------------------------------- diff --git a/karaf/features/src/main/history/dependencies.xml b/karaf/features/src/main/history/dependencies.xml index a77e8ad..5f43fe2 100644 --- a/karaf/features/src/main/history/dependencies.xml +++ b/karaf/features/src/main/history/dependencies.xml @@ -32,7 +32,7 @@ <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jzlib/1.1.3_2</bundle> <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/1.49</bundle> <bundle>mvn:org.bouncycastle/bcprov-ext-jdk15on/1.49</bundle> - <bundle>mvn:org.codehaus.groovy/groovy-all/2.3.4</bundle> + <bundle>mvn:org.codehaus.groovy/groovy-all/2.3.7</bundle> <bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle> <bundle>mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13</bundle> <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
