[BROOKLYN-185] Update karaf feature dependencies
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/6ee23828 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6ee23828 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6ee23828 Branch: refs/heads/master Commit: 6ee23828b278390fe662af5e340579df2b732b45 Parents: 13a97d7 Author: Ciprian Ciubotariu <[email protected]> Authored: Fri Oct 30 18:38:36 2015 +0200 Committer: Ciprian Ciubotariu <[email protected]> Committed: Wed Nov 11 17:42:43 2015 +0200 ---------------------------------------------------------------------- karaf/features/src/main/history/dependencies.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/6ee23828/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 5f43fe2..3940190 100644 --- a/karaf/features/src/main/history/dependencies.xml +++ b/karaf/features/src/main/history/dependencies.xml @@ -6,9 +6,9 @@ <feature prerequisite="false" dependency="false">brooklyn-utils-common</feature> <bundle>mvn:ch.qos.logback/logback-classic/1.0.7</bundle> <bundle>mvn:ch.qos.logback/logback-core/1.0.7</bundle> - <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2</bundle> - <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle> - <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle> + <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.5</bundle> + <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.5</bundle> + <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.5</bundle> <bundle>mvn:com.google.code.gson/gson/2.3</bundle> <bundle>mvn:com.google.guava/guava/17.0</bundle> <bundle>mvn:com.jayway.jsonpath/json-path/2.0.0</bundle>
