Skip to content

Commit

Permalink
Clean up dependencies (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Feb 7, 2023
1 parent 9e82d4b commit 6a1f927
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -108,16 +98,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
Expand Down Expand Up @@ -233,8 +213,14 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>org.slf4j</artifact>
<excludes>
<exclude>META-INF/versions/9/module-info.class</exclude>
<exclude>META-INF/versions/9/module-info.java</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 6a1f927

Please sign in to comment.