This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 19e4305  Add exclusion to test for mini-kdc lib (#902)
19e4305 is described below

commit 19e43058b36e6d540da95eaee7a2b0da6277e282
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Tue Jan 15 19:30:13 2019 -0500

    Add exclusion to test for mini-kdc lib (#902)
---
 test/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/pom.xml b/test/pom.xml
index abd3fb8..381864a 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -152,6 +152,11 @@
           <groupId>bouncycastle</groupId>
           <artifactId>bcprov-jdk15</artifactId>
         </exclusion>
+        <!-- avoid vuln in JOSE library see 
https://nvd.nist.gov/vuln/detail/CVE-2017-12974 -->
+        <exclusion>
+          <groupId>com.nimbusds</groupId>
+          <artifactId>nimbus-jose-jwt</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to