Lets make this required so we can pass compliance tests out of the box, users can exclude it if they really don't want that one extra jar.
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/42d2cdd7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/42d2cdd7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/42d2cdd7 Branch: refs/heads/master Commit: 42d2cdd771d0964f45a998395dd6dfc91964fc93 Parents: 1eba0fa Author: Timothy Bish <[email protected]> Authored: Mon Feb 2 14:02:03 2015 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Feb 2 14:02:03 2015 -0500 ---------------------------------------------------------------------- qpid-jms-client/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/42d2cdd7/qpid-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml index 6e752e2..591eeb5 100644 --- a/qpid-jms-client/pom.xml +++ b/qpid-jms-client/pom.xml @@ -43,7 +43,6 @@ <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-selector</artifactId> - <optional>true</optional> </dependency> <dependency> <groupId>org.apache.qpid</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
