File tree Expand file tree Collapse file tree 19 files changed +8
-86
lines changed
hadoop-client-minicluster
hadoop-mapreduce-project/hadoop-mapreduce-client
hadoop-yarn-project/hadoop-yarn
hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp
hadoop-yarn-applications-distributedshell
hadoop-yarn-services/hadoop-yarn-services-core
hadoop-yarn-server-applicationhistoryservice
hadoop-yarn-server-nodemanager
hadoop-yarn-server-resourcemanager
hadoop-yarn-server-router
hadoop-yarn-server-timeline-pluginstorage
hadoop-yarn-server-timelineservice-hbase-tests
hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-common
hadoop-yarn-server-timelineservice Expand file tree Collapse file tree 19 files changed +8
-86
lines changed Original file line number Diff line number Diff line change @@ -217,12 +217,12 @@ com.aliyun.oss:aliyun-sdk-oss:3.13.0
217217com.amazonaws:aws-java-sdk-bundle:1.11.901
218218com.cedarsoftware:java-util:1.9.0
219219com.cedarsoftware:json-io:2.5.1
220- com.fasterxml.jackson.core:jackson-annotations:2.13.2
221- com.fasterxml.jackson.core:jackson-core:2.13.2
222- com.fasterxml.jackson.core:jackson-databind:2.13.2.2
223- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.2
224- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.2
225- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2
220+ com.fasterxml.jackson.core:jackson-annotations:2.12.7
221+ com.fasterxml.jackson.core:jackson-core:2.12.7
222+ com.fasterxml.jackson.core:jackson-databind:2.12.7
223+ com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.7
224+ com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.7
225+ com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.7
226226com.fasterxml.uuid:java-uuid-generator:3.1.4
227227com.fasterxml.woodstox:woodstox-core:5.3.0
228228com.github.davidmoten:rxjava-extras:0.8.0.17
Original file line number Diff line number Diff line change 694694 <exclude >org.bouncycastle:*</exclude >
695695 <!-- Leave snappy that includes native methods which cannot be relocated. -->
696696 <exclude >org.xerial.snappy:*</exclude >
697- <exclude >javax.ws.rs:javax.ws.rs-api</exclude >
698697 </excludes >
699698 </artifactSet >
700699 <filters >
Original file line number Diff line number Diff line change 163163 <exclude >org.bouncycastle:*</exclude >
164164 <!-- Leave snappy that includes native methods which cannot be relocated. -->
165165 <exclude >org.xerial.snappy:*</exclude >
166- <exclude >javax.ws.rs:javax.ws.rs-api</exclude >
167166 </excludes >
168167 </artifactSet >
169168 <filters >
Original file line number Diff line number Diff line change 7070 </exclusion >
7171 </exclusions >
7272 </dependency >
73- <dependency >
74- <groupId >javax.ws.rs</groupId >
75- <artifactId >javax.ws.rs-api</artifactId >
76- </dependency >
7773 <dependency >
7874 <groupId >org.apache.hadoop</groupId >
7975 <artifactId >hadoop-common</artifactId >
Original file line number Diff line number Diff line change 7070
7171 <!-- jackson versions -->
7272 <jackson .version>1.9.13</jackson .version>
73- <jackson2 .version>2.13.2</jackson2 .version>
74- <jackson2 .databind.version>2.13.2.2</jackson2 .databind.version>
75-
76- <!-- javax ws rs api version -->
77- <javax .ws.rs-api.version>2.1.1</javax .ws.rs-api.version>
73+ <jackson2 .version>2.12.7</jackson2 .version>
74+ <jackson2 .databind.version>2.12.7</jackson2 .databind.version>
7875
7976 <!-- httpcomponents versions -->
8077 <httpclient .version>4.5.13</httpclient .version>
797794 <artifactId >jsr311-api</artifactId >
798795 <version >1.1.1</version >
799796 </dependency >
800- <dependency >
801- <groupId >javax.ws.rs</groupId >
802- <artifactId >javax.ws.rs-api</artifactId >
803- <version >${javax.ws.rs-api.version} </version >
804- </dependency >
805797 <dependency >
806798 <groupId >org.eclipse.jetty</groupId >
807799 <artifactId >jetty-server</artifactId >
Original file line number Diff line number Diff line change 115115 <groupId >com.fasterxml.jackson.core</groupId >
116116 <artifactId >jackson-annotations</artifactId >
117117 </dependency >
118- <dependency >
119- <groupId >javax.ws.rs</groupId >
120- <artifactId >javax.ws.rs-api</artifactId >
121- </dependency >
122118 </dependencies >
123119
124120 <build >
Original file line number Diff line number Diff line change 248248 <artifactId >jackson-jaxrs-base</artifactId >
249249 <version >${jackson2.version} </version >
250250 </dependency >
251-
252- <dependency >
253- <groupId >javax.ws.rs</groupId >
254- <artifactId >javax.ws.rs-api</artifactId >
255- </dependency >
256251 </dependencies >
257252 <build >
258253 <finalName >${artifact.name} </finalName >
Original file line number Diff line number Diff line change 154154 <scope >test</scope >
155155 <type >test-jar</type >
156156 </dependency >
157- <dependency >
158- <groupId >javax.ws.rs</groupId >
159- <artifactId >javax.ws.rs-api</artifactId >
160- </dependency >
161157 </dependencies >
162158
163159 <build >
Original file line number Diff line number Diff line change 137137 <artifactId >jackson-annotations</artifactId >
138138 </dependency >
139139
140- <dependency >
141- <groupId >javax.ws.rs</groupId >
142- <artifactId >javax.ws.rs-api</artifactId >
143- </dependency >
144-
145140 <dependency >
146141 <groupId >org.apache.hadoop</groupId >
147142 <artifactId >hadoop-hdfs-client</artifactId >
Original file line number Diff line number Diff line change 183183 <groupId >com.fasterxml.jackson.jaxrs</groupId >
184184 <artifactId >jackson-jaxrs-json-provider</artifactId >
185185 </dependency >
186- <dependency >
187- <groupId >javax.ws.rs</groupId >
188- <artifactId >javax.ws.rs-api</artifactId >
189- </dependency >
190186 </dependencies >
191187
192188 <build >
You can’t perform that action at this time.
0 commit comments