Skip to content

Commit 2a04691

Browse files
paulgallagher75vietj
authored andcommitted
These versions are controlled by vertx-dependencies import in parent and are not required, also the jackson version was set to 2.10.2 and the one managed in the BOM is 2.13.2.20220324
1 parent e10806d commit 2a04691

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vertx-sql-client-templates/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<groupId>com.fasterxml.jackson.datatype</groupId>
6666
<artifactId>jackson-datatype-jsr310</artifactId>
6767
<scope>test</scope>
68-
<version>2.10.2</version>
6968
</dependency>
7069
<dependency>
7170
<groupId>org.testcontainers</groupId>
@@ -76,13 +75,11 @@
7675
<dependency>
7776
<groupId>io.vertx</groupId>
7877
<artifactId>vertx-pg-client</artifactId>
79-
<version>4.3.4-SNAPSHOT</version>
8078
<scope>test</scope>
8179
</dependency>
8280
<dependency>
8381
<groupId>io.vertx</groupId>
8482
<artifactId>vertx-mysql-client</artifactId>
85-
<version>4.3.4-SNAPSHOT</version>
8683
<scope>test</scope>
8784
</dependency>
8885
<dependency>

0 commit comments

Comments
 (0)