We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec13584 commit ea6921dCopy full SHA for ea6921d
pom.xml
@@ -9,7 +9,7 @@
9
<version>1.1.4</version>
10
11
<properties>
12
- <vertx.version>4.5.10</vertx.version>
+ <vertx.version>4.5.15</vertx.version>
13
<logback.version>1.5.11</logback.version>
14
<jackson-databind.version>2.16.1</jackson-databind.version>
15
<junit.version>5.9.2</junit.version>
@@ -94,6 +94,10 @@
94
<resource>
95
<directory>src/main/resources</directory>
96
<filtering>true</filtering>
97
+ <excludes>
98
+ <exclude>**/*.woff2</exclude>
99
+ <exclude>**/*.woff</exclude>
100
+ </excludes>
101
</resource>
102
</resources>
103
<pluginManagement>
0 commit comments