Updated Branches: refs/heads/trunk 26092f5a8 -> d94c7da16
Make snappy lib an optional osgi dependency. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d94c7da1 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d94c7da1 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d94c7da1 Branch: refs/heads/trunk Commit: d94c7da16bb3e5daf30d431d5082c8ae37722fcf Parents: 26092f5 Author: Hiram Chirino <[email protected]> Authored: Tue Oct 8 12:57:53 2013 -0400 Committer: Hiram Chirino <[email protected]> Committed: Tue Oct 8 12:57:53 2013 -0400 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/d94c7da1/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 6b7c245..9d4e27a 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -72,6 +72,7 @@ org.apache.commons.net*;resolution:=optional, com.sun.syndication*;resolution:=optional, org.jvnet.jaxb2_commons*;resolution:=optional, + org.xerial.snappy*;resolution:=optional, * </activemq.osgi.import.pkg> <activemq.osgi.export>
