File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-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 345345 <version >${netty.hadoop.version} </version >
346346 <scope >test</scope >
347347 </dependency >
348+ <dependency >
349+ <groupId >org.apache.hadoop</groupId >
350+ <artifactId >hadoop-hdfs</artifactId >
351+ <type >test-jar</type >
352+ <scope >test</scope >
353+ </dependency >
354+ <dependency >
355+ <groupId >javax.ws.rs</groupId >
356+ <artifactId >javax.ws.rs-api</artifactId >
357+ <scope >test</scope >
358+ </dependency >
348359 </dependencies >
349360
350361 </profile >
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