Removing jdot and jcip-annotation dependencies, which are not used anymore (#25001)

This commit is contained in:
Łukasz Kamiński
2026-02-16 08:16:57 +01:00
committed by GitHub
parent 1d8930a477
commit 3d8e4992a5
3 changed files with 0 additions and 23 deletions

View File

@@ -293,13 +293,6 @@
<version>${jaxb-api.version}</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>${jcip-annotations.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graylog2</groupId>
<artifactId>gelfclient</artifactId>
@@ -391,11 +384,6 @@
<artifactId>streamex</artifactId>
<version>${streamex.version}</version>
</dependency>
<dependency>
<groupId>info.leadinglight</groupId>
<artifactId>jdot</artifactId>
<version>${jdot.version}</version>
</dependency>
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>

View File

@@ -784,20 +784,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- used for sanity -->
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>info.leadinglight</groupId>
<artifactId>jdot</artifactId>
</dependency>
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>

View File

@@ -152,8 +152,6 @@
<jakarta.servlet-api.version>6.1.0</jakarta.servlet-api.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jbcrypt.version>0.4</jbcrypt.version>
<jcip-annotations.version>1.0</jcip-annotations.version>
<jdot.version>1.0</jdot.version>
<jersey.version>4.0.2</jersey.version>
<jmte.version>7.0.3</jmte.version>
<joda-time.version>2.14.0</joda-time.version>