|
29 | 29 | be manually released via the Nexus UI at https://oss.sonatype.org --> |
30 | 30 | <autoReleaseStagedArtifacts>true</autoReleaseStagedArtifacts> |
31 | 31 |
|
| 32 | + <commons.csv.version>1.12.0</commons.csv.version> |
32 | 33 | <docker.maven.plugin.fabric8.version>0.45.0</docker.maven.plugin.fabric8.version> |
33 | 34 | <felix.bundle.plugin.version>5.1.1</felix.bundle.plugin.version> |
34 | 35 | <felix.version>7.0.5</felix.version> |
| 36 | + <h2.version>2.3.232</h2.version> |
35 | 37 | <hibernate.version>5.4.24.Final</hibernate.version> |
36 | 38 | <javassist.version>3.29.2-GA</javassist.version> |
37 | 39 | <jndi.version>0.11.4.1</jndi.version> |
| 40 | + <junit.version>4.13.2</junit.version> |
| 41 | + <log4j.version>2.25.1</log4j.version> |
38 | 42 | <maven.release.version>3.0.1</maven.release.version> |
39 | 43 | <metrics.version>3.2.5</metrics.version> |
40 | 44 | <metrics5.version>5.0.0-rc17</metrics5.version> |
41 | 45 | <micrometer.version>1.5.10</micrometer.version> |
42 | | - <simpleclient.version>0.16.0</simpleclient.version> |
43 | 46 | <mockito.version>3.7.7</mockito.version> |
44 | | - <pax.exam.version>4.13.5</pax.exam.version> |
| 47 | + <pax.exam.version>4.14.0</pax.exam.version> |
45 | 48 | <pax.url.version>2.5.4</pax.url.version> |
46 | | - <postgresql.version>42.7.4</postgresql.version> |
47 | | - <log4j.version>2.18.0</log4j.version> |
48 | | - <slf4j.version>1.7.36</slf4j.version> |
49 | | - <commons.csv.version>1.12.0</commons.csv.version> |
50 | | - <h2.version>2.3.232</h2.version> |
51 | | - <junit.version>4.13.2</junit.version> |
| 49 | + <postgresql.version>42.7.7</postgresql.version> |
| 50 | + <simpleclient.version>0.16.0</simpleclient.version> |
| 51 | + <slf4j.version>2.0.17</slf4j.version> |
52 | 52 | <testcontainers.version>1.20.3</testcontainers.version> |
53 | 53 | </properties> |
54 | 54 |
|
|
127 | 127 | <dependency> |
128 | 128 | <groupId>org.apache.commons</groupId> |
129 | 129 | <artifactId>commons-compress</artifactId> |
130 | | - <version>[1.26.0,)</version> |
| 130 | + <version>1.27.1</version> |
| 131 | + <scope>test</scope> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>org.apache.commons</groupId> |
| 135 | + <artifactId>commons-lang3</artifactId> |
| 136 | + <version>3.18.0</version> |
131 | 137 | <scope>test</scope> |
132 | 138 | </dependency> |
133 | 139 | <dependency> |
|
225 | 231 | </dependency> |
226 | 232 | <dependency> |
227 | 233 | <groupId>org.apache.logging.log4j</groupId> |
228 | | - <artifactId>log4j-slf4j-impl</artifactId> |
| 234 | + <artifactId>log4j-slf4j2-impl</artifactId> |
229 | 235 | <version>${log4j.version}</version> |
230 | 236 | <scope>test</scope> |
231 | 237 | </dependency> |
|
290 | 296 | <build> |
291 | 297 | <pluginManagement> |
292 | 298 | <plugins> |
| 299 | + <plugin> |
| 300 | + <groupId>org.apache.maven.plugins</groupId> |
| 301 | + <artifactId>maven-resources-plugin</artifactId> |
| 302 | + <version>3.3.1</version> |
| 303 | + </plugin> |
| 304 | + |
| 305 | + <plugin> |
| 306 | + <groupId>org.apache.maven.plugins</groupId> |
| 307 | + <artifactId>maven-install-plugin</artifactId> |
| 308 | + <version>3.1.4</version> |
| 309 | + </plugin> |
| 310 | + |
293 | 311 | <plugin> |
294 | 312 | <groupId>org.apache.maven.plugins</groupId> |
295 | 313 | <artifactId>maven-clean-plugin</artifactId> |
|
339 | 357 | <!-- Sets the VM argument line used when unit tests are run. --> |
340 | 358 | <argLine>${surefireArgLine} ${sureFireOptions11}</argLine> |
341 | 359 | <reuseForks>${sureFireForks11}</reuseForks> |
| 360 | + <useModulePath>false</useModulePath> |
342 | 361 | </configuration> |
343 | 362 | </plugin> |
344 | 363 |
|
|
577 | 596 | <configuration> |
578 | 597 | <classifier>${artifact.classifier}</classifier> |
579 | 598 | <instructions> |
580 | | - <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name> |
| 599 | + <Automatic-Module-Name>com.zaxxer.hikari</Automatic-Module-Name> |
581 | 600 | <!-- Multi-Release>true</Multi-Release--> |
582 | 601 | <Bundle-Name>HikariCP</Bundle-Name> |
583 | 602 | <Export-Package> |
|
589 | 608 | com.zaxxer.hikari.metrics.prometheus |
590 | 609 | </Export-Package> |
591 | 610 | <Private-Package>com.zaxxer.hikari.*</Private-Package> |
592 | | - <Include-Resource>{maven-resources}</Include-Resource> |
| 611 | + <!-- Include-Resource>{maven-resources}</Include-Resource --> |
593 | 612 | <_exportcontents> |
594 | 613 | com.zaxxer.hikari.pool, |
595 | 614 | com.zaxxer.hikari.util |
|
0 commit comments