Skip to content

Commit ec51de6

Browse files
committed
Clean up the jspecify dependency addressing log4j2 issue with JPMS
see apache/logging-log4j2#2929
1 parent 2031aef commit ec51de6

File tree

4 files changed

+0
-32
lines changed
  • build/parents/build
  • integrationtest/java/modules

4 files changed

+0
-32
lines changed

build/parents/build/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
<!-- Test dependencies -->
127127

128128
<!-- >>> Common -->
129-
<!--
130-
NOTE: with the next upgrade of the log4j (to 2.24.1+) *REMOVE* the additional jspecify dependency added to the JPMS tests
131-
-->
132129
<version.log4j>2.24.1</version.log4j>
133130
<version.junit>4.13.2</version.junit>
134131
<version.junit-jupiter>5.11.1</version.junit-jupiter>

integrationtest/java/modules/orm-elasticsearch/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@
7272
<version>${version.jakarta.enterprise}</version>
7373
<scope>test</scope>
7474
</dependency>
75-
<!--
76-
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
77-
-->
78-
<dependency>
79-
<groupId>org.jspecify</groupId>
80-
<artifactId>jspecify</artifactId>
81-
<version>1.0.0</version>
82-
<scope>provided</scope>
83-
</dependency>
8475
</dependencies>
8576

8677
<build>

integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@
9090
<version>${version.jakarta.enterprise}</version>
9191
<scope>test</scope>
9292
</dependency>
93-
94-
<!--
95-
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
96-
-->
97-
<dependency>
98-
<groupId>org.jspecify</groupId>
99-
<artifactId>jspecify</artifactId>
100-
<version>1.0.0</version>
101-
<scope>provided</scope>
102-
</dependency>
10393
</dependencies>
10494

10595
<build>

integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@
5454
<artifactId>hibernate-search-util-internal-integrationtest-mapper-pojo-standalone</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57-
58-
<!--
59-
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
60-
-->
61-
<dependency>
62-
<groupId>org.jspecify</groupId>
63-
<artifactId>jspecify</artifactId>
64-
<version>1.0.0</version>
65-
<scope>provided</scope>
66-
</dependency>
6757
</dependencies>
6858

6959
<build>

0 commit comments

Comments
 (0)