You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/07/28 22:02:04 UTC

[1/2] activemq-artemis git commit: This closes #1427

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 4670980aa -> c23c7670e


This closes #1427


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c23c7670
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c23c7670
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c23c7670

Branch: refs/heads/master
Commit: c23c7670e0511e0d4638a3d581f0c3e58489703a
Parents: 4670980 99c9ae3
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Jul 28 18:01:56 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Jul 28 18:01:56 2017 -0400

----------------------------------------------------------------------
 artemis-server-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: [ARTEMIS-1309] Import johnzon.core package in the artemis-server-osgi bundle

Posted by cl...@apache.org.
[ARTEMIS-1309] Import johnzon.core package in the artemis-server-osgi bundle


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/99c9ae34
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/99c9ae34
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/99c9ae34

Branch: refs/heads/master
Commit: 99c9ae34f98a7328ea474d8397f417277f3a2892
Parents: 4670980
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Jul 28 17:03:27 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Jul 28 18:01:56 2017 -0400

----------------------------------------------------------------------
 artemis-server-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/99c9ae34/artemis-server-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml
index 82d272b..6d04a11 100644
--- a/artemis-server-osgi/pom.xml
+++ b/artemis-server-osgi/pom.xml
@@ -131,6 +131,7 @@
                   <Import-Package>
                      org.postgresql*;resolution:=optional,
                      io.netty.buffer;io.netty.*;version="[4.1,5)",
+                     org.apache.johnzon.core,
                      *
                   </Import-Package>
                   <_exportcontents>org.apache.activemq.artemis.*;-noimport:=true</_exportcontents>