Commit e40e668 1 parent 2b32e46 commit e40e668 Copy full SHA for e40e668
File tree 16 files changed +25
-15
lines changed
hadoop-client-minicluster
hadoop-mapreduce-client-app
hadoop-mapreduce-examples
hadoop-tools/hadoop-resourceestimator
hadoop-yarn-project/hadoop-yarn
hadoop-yarn-server-applicationhistoryservice
hadoop-yarn-server-globalpolicygenerator
hadoop-yarn-server-nodemanager
hadoop-yarn-server-resourcemanager
hadoop-yarn-server-timelineservice-hbase-tests
hadoop-yarn-server-web-proxy
16 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ org.glassfish.jersey.core:jersey-server:2.46
538
538
org.glassfish.jersey.inject:jersey-hk2:2.46
539
539
org.glassfish.jersey.core:jersey-client:2.46
540
540
org.glassfish.jersey.test-framework:jersey-test-framework-core:2.46
541
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 :2.46
541
+ org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty :2.46
542
542
org.glassfish.jersey.containers:jersey-container-servlet:2.46
543
543
org.glassfish.jersey.containers:jersey-container-servlet-core:2.46
544
544
org.glassfish.jersey.media:jersey-media-json-jettison:2.46
Original file line number Diff line number Diff line change 582
582
</dependency >
583
583
<dependency >
584
584
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
585
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
585
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
586
586
<optional >true</optional >
587
587
</dependency >
588
588
<!-- skipping jersey-server because it's above -->
Original file line number Diff line number Diff line change 152
152
<exclude >io.dropwizard.metrics:metrics-core</exclude >
153
153
<exclude >org.eclipse.jetty:jetty-servlet</exclude >
154
154
<exclude >org.eclipse.jetty:jetty-security</exclude >
155
+ <!-- Excluding Jetty dependencies to resolve `BanDuplicateClasses` issues caused by
156
+ duplicate Jetty classes in `hadoop-client-minicluster` and `hadoop-client-runtime`.
157
+ so keeping it here leads to conflicts.
158
+ -->
159
+ <exclude >org.eclipse.jetty:jetty-util</exclude >
160
+ <exclude >org.eclipse.jetty:jetty-server</exclude >
161
+ <exclude >org.eclipse.jetty:jetty-http</exclude >
162
+ <exclude >org.eclipse.jetty:jetty-io</exclude >
163
+ <exclude >org.eclipse.jetty:jetty-webapp</exclude >
164
+ <exclude >org.eclipse.jetty:jetty-continuation</exclude >
155
165
<exclude >org.ow2.asm:*</exclude >
156
166
<!-- Leave bouncycastle unshaded because it's signed with a special Oracle certificate so it can be a custom JCE security provider -->
157
167
<exclude >org.bouncycastle:*</exclude >
Original file line number Diff line number Diff line change 131
131
</dependency >
132
132
<dependency >
133
133
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
134
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
134
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
135
135
<scope >test</scope >
136
136
</dependency >
137
137
<dependency >
Original file line number Diff line number Diff line change 162
162
</dependency >
163
163
<dependency >
164
164
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
165
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
165
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
166
166
<scope >test</scope >
167
167
</dependency >
168
168
</dependencies >
Original file line number Diff line number Diff line change 101
101
</dependency >
102
102
<dependency >
103
103
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
104
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
104
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
105
105
<scope >test</scope >
106
106
</dependency >
107
107
<dependency >
Original file line number Diff line number Diff line change 2126
2126
</dependency >
2127
2127
<dependency >
2128
2128
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
2129
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
2129
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
2130
2130
<version >${jersey2.version} </version >
2131
2131
<exclusions >
2132
2132
<exclusion >
Original file line number Diff line number Diff line change 67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
70
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
70
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
<dependency >
Original file line number Diff line number Diff line change 91
91
</dependency >
92
92
<dependency >
93
93
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
94
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
94
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
95
95
<scope >test</scope >
96
96
</dependency >
97
97
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
Original file line number Diff line number Diff line change 153
153
</dependency >
154
154
<dependency >
155
155
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
156
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
156
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
157
157
<scope >compile</scope >
158
158
<exclusions >
159
159
<exclusion >
Original file line number Diff line number Diff line change 97
97
</dependency >
98
98
<dependency >
99
99
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
100
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
100
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
101
101
<scope >test</scope >
102
102
</dependency >
103
103
<dependency >
Original file line number Diff line number Diff line change 125
125
</dependency >
126
126
<dependency >
127
127
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
128
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
128
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
129
129
<scope >test</scope >
130
130
</dependency >
131
131
Original file line number Diff line number Diff line change 218
218
</dependency >
219
219
<dependency >
220
220
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
221
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
221
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
222
222
<scope >test</scope >
223
223
</dependency >
224
224
<dependency >
Original file line number Diff line number Diff line change 254
254
</dependency >
255
255
<dependency >
256
256
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
257
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
257
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
258
258
<scope >test</scope >
259
259
</dependency >
260
260
<dependency >
Original file line number Diff line number Diff line change 224
224
</exclusion >
225
225
<exclusion >
226
226
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
227
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
227
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
228
228
</exclusion >
229
229
<exclusion >
230
230
<groupId >org.glassfish.jersey.test-framework</groupId >
Original file line number Diff line number Diff line change 118
118
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
119
119
<dependency >
120
120
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
121
- <artifactId >jersey-test-framework-provider-grizzly2 </artifactId >
121
+ <artifactId >jersey-test-framework-provider-jetty </artifactId >
122
122
<scope >test</scope >
123
123
</dependency >
124
124
<dependency >
You can’t perform that action at this time.
0 commit comments