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 110
110
<groupId >org.bouncycastle</groupId >
111
111
<artifactId >bcprov-jdk15on</artifactId >
112
112
</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 >
121
113
</exclusions >
122
114
</dependency >
123
- <dependency >
124
- <groupId >net.minidev</groupId >
125
- <artifactId >json-smart</artifactId >
126
- </dependency >
127
115
<dependency >
128
116
<groupId >org.apache.zookeeper</groupId >
129
117
<artifactId >zookeeper</artifactId >
Original file line number Diff line number Diff line change 1730
1730
</dependency >
1731
1731
1732
1732
<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
- -->
1737
1733
<groupId >net.minidev</groupId >
1738
1734
<artifactId >json-smart</artifactId >
1739
1735
<version >${json-smart.version} </version >
You can’t perform that action at this time.
0 commit comments