Skip to content

Commit ba5aee0

Browse files
dependencies: remove unused dependencies (iluwatar#2319)
1 parent 2f71c41 commit ba5aee0

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

metadata-mapping/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
<groupId>org.glassfish.jaxb</groupId>
5555
<artifactId>jaxb-runtime</artifactId>
5656
</dependency>
57-
<dependency>
58-
<groupId>com.sun.istack</groupId>
59-
<artifactId>istack-commons-runtime</artifactId>
60-
</dependency>
6157
<dependency>
6258
<groupId>com.h2database</groupId>
6359
<artifactId>h2</artifactId>

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,10 @@
5050
<aws-lambda-java-events.version>2.0.1</aws-lambda-java-events.version>
5151
<system-lambda.version>1.1.0</system-lambda.version>
5252
<urm.version>2.0.0</urm.version>
53-
<javassist.version>3.27.0-GA</javassist.version>
5453
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
5554
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
5655
<license-maven-plugin.version>4.1</license-maven-plugin.version>
5756
<urm-maven-plugin.version>1.4.8</urm-maven-plugin.version>
58-
<commons-io.version>2.7</commons-io.version>
59-
<istack-commons-runtime.version>4.0.1</istack-commons-runtime.version>
6057
<!-- SonarCloud -->
6158
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
6259
<sonar.organization>iluwatar</sonar.organization>
@@ -266,27 +263,12 @@
266263
<artifactId>mongo-java-driver</artifactId>
267264
<version>${mongo-java-driver.version}</version>
268265
</dependency>
269-
<dependency>
270-
<groupId>org.javassist</groupId>
271-
<artifactId>javassist</artifactId>
272-
<version>${javassist.version}</version>
273-
</dependency>
274266
<dependency>
275267
<groupId>com.github.stefanbirkner</groupId>
276268
<artifactId>system-lambda</artifactId>
277269
<version>${system-lambda.version}</version>
278270
<scope>test</scope>
279271
</dependency>
280-
<dependency>
281-
<groupId>commons-io</groupId>
282-
<artifactId>commons-io</artifactId>
283-
<version>${commons-io.version}</version>
284-
</dependency>
285-
<dependency>
286-
<groupId>com.sun.istack</groupId>
287-
<artifactId>istack-commons-runtime</artifactId>
288-
<version>${istack-commons-runtime.version}</version>
289-
</dependency>
290272
</dependencies>
291273
</dependencyManagement>
292274
<dependencies>

0 commit comments

Comments
 (0)