Skip to content

Commit 274f4f9

Browse files
committed
Make jets3t a runtime dependency, and bring its exclusion up into parent config
1 parent bbed826 commit 274f4f9

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
<dependency>
3939
<groupId>net.java.dev.jets3t</groupId>
4040
<artifactId>jets3t</artifactId>
41-
<exclusions>
42-
<exclusion>
43-
<groupId>commons-logging</groupId>
44-
<artifactId>commons-logging</artifactId>
45-
</exclusion>
46-
</exclusions>
4741
</dependency>
4842
<dependency>
4943
<groupId>org.apache.curator</groupId>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,13 @@
561561
<groupId>net.java.dev.jets3t</groupId>
562562
<artifactId>jets3t</artifactId>
563563
<version>${jets3t.version}</version>
564+
<scope>runtime</scope>
565+
<exclusions>
566+
<exclusion>
567+
<groupId>commons-logging</groupId>
568+
<artifactId>commons-logging</artifactId>
569+
</exclusion>
570+
</exclusions>
564571
</dependency>
565572
<dependency>
566573
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)