File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 <jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
6060 <!-- We skip sources jar generation as we do it with the assembly plugin to have greater control over the content -->
6161 <source .skip>true</source .skip>
62- <testcontainers .version>1.15.2 </testcontainers .version>
62+ <testcontainers .version>1.17.6 </testcontainers .version>
6363 </properties >
6464
6565 <dependencyManagement >
Original file line number Diff line number Diff line change 7676 <version >2.10</version >
7777 <scope >test</scope >
7878 </dependency >
79+ <dependency >
80+ <groupId >net.java.dev.jna</groupId >
81+ <artifactId >jna</artifactId >
82+ <version >5.13.0</version >
83+ </dependency >
84+ <dependency >
85+ <groupId >net.java.dev.jna</groupId >
86+ <artifactId >jna-platform</artifactId >
87+ <version >5.13.0</version >
88+ </dependency >
7989 <dependency >
8090 <groupId >io.vertx</groupId >
8191 <artifactId >vertx-sql-client</artifactId >
You can’t perform that action at this time.
0 commit comments