Repository: activemq Updated Branches: refs/heads/trunk b136df177 -> 6056fde7e
https://issues.apache.org/jira/browse/AMQ-5106 - apply patch with thanks from carlo cancellieri - This closes #17 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6056fde7 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6056fde7 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6056fde7 Branch: refs/heads/trunk Commit: 6056fde7ed0f47505b9ad84728bd9c3399a9d32b Parents: b136df1 Author: gtully <[email protected]> Authored: Wed Mar 19 15:56:05 2014 +0000 Committer: gtully <[email protected]> Committed: Wed Mar 19 15:56:05 2014 +0000 ---------------------------------------------------------------------- activemq-karaf-itest/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/6056fde7/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 0a819f2..5cfc35b 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -129,6 +129,10 @@ <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
