We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbed826 commit 274f4f9Copy full SHA for 274f4f9
2 files changed
core/pom.xml
@@ -38,12 +38,6 @@
38
<dependency>
39
<groupId>net.java.dev.jets3t</groupId>
40
<artifactId>jets3t</artifactId>
41
- <exclusions>
42
- <exclusion>
43
- <groupId>commons-logging</groupId>
44
- <artifactId>commons-logging</artifactId>
45
- </exclusion>
46
- </exclusions>
47
</dependency>
48
49
<groupId>org.apache.curator</groupId>
pom.xml
@@ -561,6 +561,13 @@
561
562
563
<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>
571
572
573
<groupId>org.apache.hadoop</groupId>
0 commit comments