You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2019/09/03 14:29:12 UTC

[activemq-artemis] branch master updated: ARTEMIS-2468 console.war doesn't need checker-compat-qual lib

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

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new a3a5a48  ARTEMIS-2468 console.war doesn't need checker-compat-qual lib
     new 8dd1501  This closes #2819
a3a5a48 is described below

commit a3a5a48d2ec8d292c6f63e11ceb28a3ae3950c3a
Author: Francesco Nigro <ni...@gmail.com>
AuthorDate: Mon Sep 2 15:32:26 2019 +0200

    ARTEMIS-2468 console.war doesn't need checker-compat-qual lib
---
 artemis-hawtio/artemis-console/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/artemis-hawtio/artemis-console/pom.xml b/artemis-hawtio/artemis-console/pom.xml
index 091d855..a03c313 100644
--- a/artemis-hawtio/artemis-console/pom.xml
+++ b/artemis-hawtio/artemis-console/pom.xml
@@ -72,6 +72,13 @@
       <artifactId>guava</artifactId>
       <version>${guava.version}</version>
       <!-- License: Apache 2.0 -->
+      <!-- see https://github.com/google/guava/issues/3006: checker-compat-qual could be excluded -->
+      <exclusions>
+        <exclusion>
+          <groupId>org.checkerframework</groupId>
+          <artifactId>checker-compat-qual</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>