File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 8080 <groupId >javax.servlet</groupId >
8181 <artifactId >javax.servlet-api</artifactId >
8282 </dependency >
83- <dependency >
84- <groupId >javax.ws.rs</groupId >
85- <artifactId >javax.ws.rs-api</artifactId >
86- </dependency >
8783 <dependency >
8884 <groupId >com.github.stephenc.findbugs</groupId >
8985 <artifactId >findbugs-annotations</artifactId >
Original file line number Diff line number Diff line change 326326 <type >test-jar</type >
327327 <scope >test</scope >
328328 </dependency >
329+ <dependency >
330+ <groupId >javax.ws.rs</groupId >
331+ <artifactId >javax.ws.rs-api</artifactId >
332+ <scope >test</scope >
333+ </dependency >
329334 <dependency >
330335 <!-- maven dependency:analyze says not needed but tests fail w/o-->
331336 <groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 3030 <name >Apache HBase - Rest</name >
3131 <description >HBase Rest Server</description >
3232 <dependencies >
33- <!-- This one is upfront to get in front of
34- any dependency that pulls in jersey-core.
35- Jersey-core has implemented version 1
36- Interfaces of what is in this dependency
37- which does version 2.-->
38- <dependency >
39- <groupId >javax.ws.rs</groupId >
40- <artifactId >javax.ws.rs-api</artifactId >
41- </dependency >
4233 <!-- Intra-project dependencies -->
4334 <dependency >
4435 <groupId >org.apache.hbase</groupId >
You can’t perform that action at this time.
0 commit comments