File tree Expand file tree Collapse file tree 5 files changed +44
-0
lines changed
hbase-resource-bundle/src/main/resources Expand file tree Collapse file tree 5 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 180
180
<groupId >javax.servlet</groupId >
181
181
<artifactId >javax.servlet-api</artifactId >
182
182
</dependency >
183
+ <dependency >
184
+ <groupId >javax.ws.rs</groupId >
185
+ <artifactId >javax.ws.rs-api</artifactId >
186
+ </dependency >
183
187
<dependency >
184
188
<groupId >com.github.stephenc.findbugs</groupId >
185
189
<artifactId >findbugs-annotations</artifactId >
Original file line number Diff line number Diff line change 140
140
</build >
141
141
142
142
<dependencies >
143
+ <!-- This one is upfront to get in front of
144
+ any dependency that pulls in jersey-core.
145
+ Jersey-core has implemented version 1
146
+ Interfaces of what is in this dependency
147
+ which does version 2.-->
148
+ <dependency >
149
+ <groupId >javax.ws.rs</groupId >
150
+ <artifactId >javax.ws.rs-api</artifactId >
151
+ <scope >test</scope >
152
+ </dependency >
143
153
<!-- Intra-project dependencies -->
144
154
<dependency >
145
155
<groupId >org.apache.hbase</groupId >
Original file line number Diff line number Diff line change @@ -2251,6 +2251,21 @@ Copyright (c) 2007-2017 The JRuby project
2251
2251
</licenses >
2252
2252
</project >
2253
2253
</supplement >
2254
+ <supplement >
2255
+ <project >
2256
+ <groupId >javax.ws.rs</groupId >
2257
+ <artifactId >javax.ws.rs-api</artifactId >
2258
+ <version >2.1.1</version >
2259
+ <name >Java API for RESTful Web Services</name >
2260
+ <licenses >
2261
+ <license >
2262
+ <name >Eclipse Public License 2.0</name >
2263
+ <url >https://www.eclipse.org/legal/epl-v20.html</url >
2264
+ <distribution >repo</distribution >
2265
+ </license >
2266
+ </licenses >
2267
+ </project >
2268
+ </supplement >
2254
2269
<supplement >
2255
2270
<project >
2256
2271
<groupId >io.airlift</groupId >
Original file line number Diff line number Diff line change 130
130
</plugins >
131
131
</build >
132
132
<dependencies >
133
+ <!-- This one is upfront to get in front of
134
+ any dependency that pulls in jersey-core.
135
+ Jersey-core has implemented version 1
136
+ Interfaces of what is in this dependency
137
+ which does version 2.-->
138
+ <dependency >
139
+ <groupId >javax.ws.rs</groupId >
140
+ <artifactId >javax.ws.rs-api</artifactId >
141
+ </dependency >
133
142
<!-- Intra-project dependencies -->
134
143
<dependency >
135
144
<groupId >org.apache.hbase</groupId >
Original file line number Diff line number Diff line change 1770
1770
<jackson .databind.version>2.13.1</jackson .databind.version>
1771
1771
<jaxb-api .version>2.3.1</jaxb-api .version>
1772
1772
<servlet .api.version>3.1.0</servlet .api.version>
1773
+ <wx .rs.api.version>2.1.1</wx .rs.api.version>
1773
1774
<glassfish .jsp.version>2.3.2</glassfish .jsp.version>
1774
1775
<glassfish .el.version>3.0.1-b08</glassfish .el.version>
1775
1776
<jruby .version>9.2.13.0</jruby .version>
2432
2433
<artifactId >javax.servlet-api</artifactId >
2433
2434
<version >${servlet.api.version} </version >
2434
2435
</dependency >
2436
+ <dependency >
2437
+ <groupId >javax.ws.rs</groupId >
2438
+ <artifactId >javax.ws.rs-api</artifactId >
2439
+ <version >${wx.rs.api.version} </version >
2440
+ </dependency >
2435
2441
<dependency >
2436
2442
<groupId >com.sun.activation</groupId >
2437
2443
<artifactId >javax.activation</artifactId >
You can’t perform that action at this time.
0 commit comments