Skip to content

Commit d02d097

Browse files
committed
Dependency convergence
1 parent b974709 commit d02d097

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • vertx-template-engines/vertx-web-templ-pug

vertx-template-engines/vertx-web-templ-pug/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<groupId>com.github.ben-manes.caffeine</groupId>
3737
<artifactId>caffeine</artifactId>
3838
</exclusion>
39+
<exclusion>
40+
<groupId>com.google.errorprone</groupId>
41+
<artifactId>error_prone_annotations</artifactId>
42+
</exclusion>
3943
</exclusions>
4044
</dependency>
4145
<dependency>
@@ -58,6 +62,12 @@
5862
<!-- For dependency convergence -->
5963
<groupId>com.github.ben-manes.caffeine</groupId>
6064
<artifactId>caffeine</artifactId>
65+
<exclusions>
66+
<exclusion>
67+
<groupId>com.google.errorprone</groupId>
68+
<artifactId>error_prone_annotations</artifactId>
69+
</exclusion>
70+
</exclusions>
6171
</dependency>
6272
<dependency>
6373
<groupId>io.vertx</groupId>

0 commit comments

Comments
 (0)