We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974709 commit d02d097Copy full SHA for d02d097
1 file changed
vertx-template-engines/vertx-web-templ-pug/pom.xml
@@ -36,6 +36,10 @@
36
<groupId>com.github.ben-manes.caffeine</groupId>
37
<artifactId>caffeine</artifactId>
38
</exclusion>
39
+ <exclusion>
40
+ <groupId>com.google.errorprone</groupId>
41
+ <artifactId>error_prone_annotations</artifactId>
42
+ </exclusion>
43
</exclusions>
44
</dependency>
45
<dependency>
@@ -58,6 +62,12 @@
58
62
<!-- For dependency convergence -->
59
63
60
64
65
+ <exclusions>
66
67
68
69
70
+ </exclusions>
61
71
72
73
<groupId>io.vertx</groupId>
0 commit comments