|
11 | 11 | <properties> |
12 | 12 | <maven.compiler.source>21</maven.compiler.source> |
13 | 13 | <maven.compiler.target>21</maven.compiler.target> |
| 14 | + <vertx.version>4.5.13</vertx.version> |
14 | 15 | <uid2-shared.version>8.1.25</uid2-shared.version> |
15 | 16 | </properties> |
16 | 17 | <packaging>jar</packaging> |
|
61 | 62 | <artifactId>uid2-shared</artifactId> |
62 | 63 | <version>${uid2-shared.version}</version> |
63 | 64 | </dependency> |
| 65 | + <dependency> |
| 66 | + <groupId>io.vertx</groupId> |
| 67 | + <artifactId>vertx-core</artifactId> |
| 68 | + <version>${vertx.version}</version> |
| 69 | + </dependency> |
| 70 | + <dependency> |
| 71 | + <groupId>io.vertx</groupId> |
| 72 | + <artifactId>vertx-web</artifactId> |
| 73 | + <version>${vertx.version}</version> |
| 74 | + </dependency> |
| 75 | + <dependency> |
| 76 | + <groupId>io.vertx</groupId> |
| 77 | + <artifactId>vertx-web-client</artifactId> |
| 78 | + <version>${vertx.version}</version> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>io.vertx</groupId> |
| 82 | + <artifactId>vertx-micrometer-metrics</artifactId> |
| 83 | + <version>${vertx.version}</version> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>io.vertx</groupId> |
| 87 | + <artifactId>vertx-auth-oauth2</artifactId> |
| 88 | + <version>${vertx.version}</version> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>io.vertx</groupId> |
| 92 | + <artifactId>vertx-web-templ-pebble</artifactId> |
| 93 | + <version>${vertx.version}</version> |
| 94 | + </dependency> |
64 | 95 | <dependency> |
65 | 96 | <groupId>com.fasterxml.jackson.core</groupId> |
66 | 97 | <artifactId>jackson-databind</artifactId> |
|
0 commit comments