mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Removing jdot and jcip-annotation dependencies, which are not used anymore (#25001)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user