File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
hadoop-common-project/hadoop-auth Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments