Repository: tomee Updated Branches: refs/heads/master 1a84d2335 -> 5e0a66056
Have to support Java 7 with amq 5.14.5 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5e0a6605 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/5e0a6605 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/5e0a6605 Branch: refs/heads/master Commit: 5e0a66056b302b0f921e3b1daf517c155a8b3318 Parents: 1a84d23 Author: andygumbrecht <[email protected]> Authored: Wed Sep 13 21:40:11 2017 +0200 Committer: andygumbrecht <[email protected]> Committed: Wed Sep 13 21:40:11 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/5e0a6605/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 056e0cb..11b5ca8 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <commons-net.version>3.3</commons-net.version> <bval.version>1.1.2</bval.version> - <org.apache.activemq.version>5.15.0</org.apache.activemq.version> + <org.apache.activemq.version>5.14.5</org.apache.activemq.version> <org.springframework.version>3.1.4.RELEASE</org.springframework.version> <junit.version>4.12</junit.version> <org.apache.axis2.version>1.4.1</org.apache.axis2.version>
