Skip to content

Commit e45451f

Browse files
authored
HADOOP-18687. hadoop-auth: remove unnecessary dependency on json-smart (#5524)
Contributed by Michiel de Jong
1 parent 523ff81 commit e45451f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

hadoop-common-project/hadoop-auth/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,8 @@
110110
<groupId>org.bouncycastle</groupId>
111111
<artifactId>bcprov-jdk15on</artifactId>
112112
</exclusion>
113-
<!-- HACK. Transitive dependency for nimbus-jose-jwt. Needed for
114-
packaging. Please re-check this version when updating
115-
nimbus-jose-jwt. Please read HADOOP-14903 for more details.
116-
-->
117-
<exclusion>
118-
<groupId>net.minidev</groupId>
119-
<artifactId>json-smart</artifactId>
120-
</exclusion>
121113
</exclusions>
122114
</dependency>
123-
<dependency>
124-
<groupId>net.minidev</groupId>
125-
<artifactId>json-smart</artifactId>
126-
</dependency>
127115
<dependency>
128116
<groupId>org.apache.zookeeper</groupId>
129117
<artifactId>zookeeper</artifactId>

hadoop-project/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,10 +1730,6 @@
17301730
</dependency>
17311731

17321732
<dependency>
1733-
<!-- HACK. Transitive dependency for nimbus-jose-jwt. Needed for
1734-
packaging. Please re-check this version when updating
1735-
nimbus-jose-jwt. Please read HADOOP-14903 for more details.
1736-
-->
17371733
<groupId>net.minidev</groupId>
17381734
<artifactId>json-smart</artifactId>
17391735
<version>${json-smart.version}</version>

0 commit comments

Comments
 (0)