Repository: activemq Updated Branches: refs/heads/master 5ddcb9b33 -> a73eb0eab
https://issues.apache.org/jira/browse/AMQ-6435 - align jackson version used, with the rest of the project Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a73eb0ea Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a73eb0ea Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a73eb0ea Branch: refs/heads/master Commit: a73eb0eab5ca030c1c8deb507ef0f2f58ab8d434 Parents: 5ddcb9b Author: Dejan Bosanac <[email protected]> Authored: Wed Nov 30 11:44:13 2016 +0100 Committer: Dejan Bosanac <[email protected]> Committed: Wed Nov 30 11:44:13 2016 +0100 ---------------------------------------------------------------------- activemq-broker/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/a73eb0ea/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 9c23707..87dbac9 100644 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -91,7 +91,6 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.7.5</version> </dependency> </dependencies>
