File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 197197 <version >${hbase.version} </version >
198198 <classifier >tests</classifier >
199199 <scope >test</scope >
200+ <exclusions >
201+ <exclusion >
202+ <groupId >org.glassfish.web</groupId >
203+ <artifactId >javax.servlet.jsp</artifactId >
204+ </exclusion >
205+ </exclusions >
200206 </dependency >
201207 <dependency >
202208 <groupId >org.apache.hbase</groupId >
Original file line number Diff line number Diff line change 7575 <groupId >org.apache.hbase</groupId >
7676 <artifactId >hbase-testing-util</artifactId >
7777 <classifier >tests</classifier >
78+ <exclusions >
79+ <exclusion >
80+ <groupId >org.glassfish.web</groupId >
81+ <artifactId >javax.servlet.jsp</artifactId >
82+ </exclusion >
83+ </exclusions >
7884 </dependency >
7985 <dependency >
8086 <groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 455455 <artifactId >hbase-testing-util</artifactId >
456456 <version >${hbase.version} </version >
457457 <classifier >tests</classifier >
458+ <exclusions >
459+ <exclusion >
460+ <groupId >org.glassfish.web</groupId >
461+ <artifactId >javax.servlet.jsp</artifactId >
462+ </exclusion >
463+ </exclusions >
458464 </dependency >
459465 <dependency >
460466 <groupId >org.apache.tez</groupId >
Original file line number Diff line number Diff line change 259259 <groupId >org.apache.hbase</groupId >
260260 <artifactId >hbase-testing-util</artifactId >
261261 <classifier >tests</classifier >
262+ <exclusions >
263+ <exclusion >
264+ <groupId >org.glassfish.web</groupId >
265+ <artifactId >javax.servlet.jsp</artifactId >
266+ </exclusion >
267+ </exclusions >
262268 </dependency >
263269 <dependency >
264270 <groupId >org.apache.hbase</groupId >
You can’t perform that action at this time.
0 commit comments