File tree Expand file tree Collapse file tree 7 files changed +19
-17
lines changed
tez-yarn-timeline-history-with-acls
tez-yarn-timeline-history-with-fs
tez-yarn-timeline-history
tez-tools/analyzers/job-analyzer Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 7777 <guava .version>32.0.1-jre</guava .version>
7878 <hadoop .version>3.4.1</hadoop .version>
7979 <jdk .tools.version>1.8</jdk .tools.version>
80- <jersey .version>1.19.4 </jersey .version>
80+ <jersey .version>2.46 </jersey .version>
8181 <jettison .version>1.5.4</jettison .version>
8282 <jsr305 .version>3.0.0</jsr305 .version>
8383 <junit .version>4.13.2</junit .version>
780780 <version >${jettison.version} </version >
781781 </dependency >
782782 <dependency >
783- <groupId >com.sun .jersey</groupId >
783+ <groupId >org.glassfish .jersey.core </groupId >
784784 <artifactId >jersey-client</artifactId >
785785 <version >${jersey.version} </version >
786786 </dependency >
787787 <dependency >
788- <groupId >com.sun .jersey</groupId >
789- <artifactId >jersey-json</artifactId >
788+ <groupId >org.glassfish .jersey.media </groupId >
789+ <artifactId >jersey-media- json-jackson </artifactId >
790790 <version >${jersey.version} </version >
791791 </dependency >
792792 <!-- BouncyCastle should be in default scope to make their way to tez.tar.gz since Hadoop 3.4.1 -->
Original file line number Diff line number Diff line change 9191 <artifactId >junit</artifactId >
9292 </dependency >
9393 <dependency >
94- <groupId >com.sun .jersey</groupId >
94+ <groupId >org.glassfish .jersey.core </groupId >
9595 <artifactId >jersey-client</artifactId >
9696 </dependency >
9797 <dependency >
98- <groupId >com.sun .jersey</groupId >
99- <artifactId >jersey-json</artifactId >
98+ <groupId >org.glassfish .jersey.media </groupId >
99+ <artifactId >jersey-media- json-jackson </artifactId >
100100 </dependency >
101101 <dependency >
102102 <groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 145145 <scope >test</scope >
146146 </dependency >
147147 <dependency >
148- <groupId >com.sun.jersey</groupId >
149- <artifactId >jersey-json</artifactId >
148+ <groupId >org.glassfish.jersey.media</groupId >
149+ <artifactId >jersey-media-json-jackson</artifactId >
150+ <scope >test</scope >
150151 </dependency >
151152 <dependency >
152153 <groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 135135 <scope >test</scope >
136136 </dependency >
137137 <dependency >
138- <groupId >com.sun .jersey</groupId >
139- <artifactId >jersey-json</artifactId >
138+ <groupId >org.glassfish .jersey.media </groupId >
139+ <artifactId >jersey-media- json-jackson </artifactId >
140140 <scope >test</scope >
141141 </dependency >
142142 <dependency >
Original file line number Diff line number Diff line change 143143 <scope >test</scope >
144144 </dependency >
145145 <dependency >
146- <groupId >com.sun .jersey</groupId >
147- <artifactId >jersey-json</artifactId >
146+ <groupId >org.glassfish .jersey.media </groupId >
147+ <artifactId >jersey-media- json-jackson </artifactId >
148148 <scope >test</scope >
149149 </dependency >
150150 </dependencies >
Original file line number Diff line number Diff line change 129129 <scope >test</scope >
130130 </dependency >
131131 <dependency >
132- <groupId >com.sun .jersey</groupId >
133- <artifactId >jersey-json</artifactId >
132+ <groupId >org.glassfish .jersey.media </groupId >
133+ <artifactId >jersey-media- json-jackson </artifactId >
134134 <scope >test</scope >
135135 </dependency >
136136 </dependencies >
Original file line number Diff line number Diff line change 153153 <scope >test</scope >
154154 </dependency >
155155 <dependency >
156- <groupId >com.sun.jersey</groupId >
157- <artifactId >jersey-json</artifactId >
156+ <groupId >org.glassfish.jersey.media</groupId >
157+ <artifactId >jersey-media-json-jackson</artifactId >
158+ <scope >test</scope >
158159 </dependency >
159160 <dependency >
160161 <groupId >org.apache.hadoop</groupId >
You can’t perform that action at this time.
0 commit comments