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 a363d35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
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 a363d35

Please sign in to comment.