Skip to content

Commit 5af2992

Browse files
committed
TIKA-4327: update rat; prepare for testcontainers 2
1 parent 6e3bdd9 commit 5af2992

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

tika-parent/pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<maven.shade.version>3.6.1</maven.shade.version>
306306
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
307307
<puppycrawl.version>12.0.1</puppycrawl.version>
308-
<rat.version>0.16.1</rat.version>
308+
<rat.version>0.17</rat.version>
309309
<scm.version>2.2.1</scm.version>
310310

311311
<!-- dependency versions -->
@@ -442,6 +442,7 @@
442442
<sqlite.version>3.50.3.0</sqlite.version>
443443
<stax.ex.version>2.1.0</stax.ex.version>
444444
<testcontainers.version>1.21.3</testcontainers.version>
445+
<testcontainersv1.version>1.21.3</testcontainersv1.version>
445446
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
446447
<tukaani.version>1.10</tukaani.version>
447448
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>
@@ -583,6 +584,17 @@
583584
<type>pom</type>
584585
<scope>import</scope>
585586
</dependency>
587+
<!-- missing in testcontainers-bom 2.* -->
588+
<dependency>
589+
<groupId>org.testcontainers</groupId>
590+
<artifactId>junit-jupiter</artifactId>
591+
<version>${testcontainersv1.version}</version>
592+
</dependency>
593+
<dependency>
594+
<groupId>org.testcontainers</groupId>
595+
<artifactId>kafka</artifactId>
596+
<version>${testcontainersv1.version}</version>
597+
</dependency>
586598

587599
<dependency>
588600
<groupId>biz.aQute.bnd</groupId>
@@ -1482,7 +1494,7 @@
14821494
<plugin>
14831495
<groupId>org.apache.rat</groupId>
14841496
<artifactId>apache-rat-plugin</artifactId>
1485-
<version>${rat.version}</version> <!-- keep this when testing snapshot -->
1497+
<version>${rat.version}</version> <!-- keep this when version newer than apache parent -->
14861498
<configuration>
14871499
<excludes>
14881500
<exclude>nb-configuration.xml</exclude> <!-- local netbeans -->

0 commit comments

Comments
 (0)