diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-29 22:53:58 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-29 22:53:58 +0000 |
| commit | 7955c1e2aa5b95eb71427eb19326b12780d06dcd (patch) | |
| tree | fcb2a5e0c85fd4abc962f2d7b055a5b0b7804a7d /qpid/java/lib | |
| parent | 75c01a275bb269042b30262dde28f68faf32c785 (diff) | |
| download | qpid-python-7955c1e2aa5b95eb71427eb19326b12780d06dcd.tar.gz | |
QPID-4463: [Java Broker] SimpleLDAPAuthManager - address review comments from Robbie Gemmell
* Ensure that trust stores used by auth managers cannot be deleted.
* Stop unnecessary dependency on jakarta-regexp when built by Ant.
* Make check for ldaps:/ check trim / case insensitive
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib')
| -rw-r--r-- | qpid/java/lib/poms/bcel-5.2.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/java/lib/poms/bcel-5.2.xml b/qpid/java/lib/poms/bcel-5.2.xml index b218981e8a..09d404adf2 100644 --- a/qpid/java/lib/poms/bcel-5.2.xml +++ b/qpid/java/lib/poms/bcel-5.2.xml @@ -19,4 +19,11 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <version>5.2</version> + <exclusions> + <exclusion> + <!-- Qpid doesn't require BCEL InstructionFinder, so does not need jakarta-regexp. --> + <groupId>jakarta-regexp</groupId> + <artifactId>jakarta-regexp</artifactId> + </exclusion> + </exclusions> </dep> |
