[CXF-7078] Allow the use of the JMS 2.0 api
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/311679d5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/311679d5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/311679d5 Branch: refs/heads/3.1.x-fixes Commit: 311679d532960bb0fda86d7917d6cf47413edcc2 Parents: 9f1421a Author: Guillaume Nodet <[email protected]> Authored: Fri Oct 7 10:28:23 2016 +0200 Committer: Daniel Kulp <[email protected]> Committed: Fri Oct 14 12:44:10 2016 -0400 ---------------------------------------------------------------------- rt/transports/jms/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/311679d5/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 26391a7..e4b8add 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -24,6 +24,7 @@ </parent> <properties> <cxf.spi-dir>spi-2.1</cxf.spi-dir> + <cxf.osgi.import>javax.jms;version="[1.1,3)"</cxf.osgi.import> </properties> <dependencies> <dependency>
