Skip to content

Commit

Permalink
Clean up the jspecify dependency addressing log4j2 issue with JPMS
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Oct 1, 2024
1 parent 8dd8b15 commit 6c5c210
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@
<!-- Test dependencies -->

<!-- >>> Common -->
<!--
NOTE: with the next upgrade of the log4j (to 2.24.1+) *REMOVE* the additional jspecify dependency added to the JPMS tests
-->
<version.log4j>2.24.1</version.log4j>
<version.junit>4.13.2</version.junit>
<version.junit-jupiter>5.11.1</version.junit-jupiter>
Expand Down
9 changes: 0 additions & 9 deletions integrationtest/java/modules/orm-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@
<version>${version.jakarta.enterprise}</version>
<scope>test</scope>
</dependency>
<!--
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
-->
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@
<version>${version.jakarta.enterprise}</version>
<scope>test</scope>
</dependency>

<!--
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
-->
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 0 additions & 10 deletions integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@
<artifactId>hibernate-search-util-internal-integrationtest-mapper-pojo-standalone</artifactId>
<scope>test</scope>
</dependency>

<!--
NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
-->
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6c5c210

Please sign in to comment.