ARTEMIS-2468 console.war doesn't need checker-compat-qual lib
This commit is contained in:
parent
289e5b8d44
commit
a3a5a48d2e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue