You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2016/11/30 10:44:24 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-6435 - align jackson version used, with the rest of the project

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 <de...@nighttale.net>
Authored: Wed Nov 30 11:44:13 2016 +0100
Committer: Dejan Bosanac <de...@nighttale.net>
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>