Skip to content

Commit a8da02b

Browse files
anusudarsanwendigo
authored andcommitted
Remove unused glue v1 dependency
1 parent 76808e8 commit a8da02b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -333,22 +333,6 @@
333333
<version>${dep.aws-sdk.version}</version>
334334
</dependency>
335335

336-
<dependency>
337-
<groupId>com.amazonaws</groupId>
338-
<artifactId>aws-java-sdk-glue</artifactId>
339-
<version>${dep.aws-sdk.version}</version>
340-
<exclusions>
341-
<exclusion>
342-
<groupId>commons-logging</groupId>
343-
<artifactId>commons-logging</artifactId>
344-
</exclusion>
345-
<exclusion>
346-
<groupId>joda-time</groupId>
347-
<artifactId>joda-time</artifactId>
348-
</exclusion>
349-
</exclusions>
350-
</dependency>
351-
352336
<dependency>
353337
<groupId>com.amazonaws</groupId>
354338
<artifactId>aws-java-sdk-s3</artifactId>

0 commit comments

Comments
 (0)