File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
extensions/spark/kyuubi-spark-authz Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 3232 <url >https://kyuubi.apache.org/</url >
3333
3434 <properties >
35+ <!-- the following components' version may need to tune to align w/ the ranger.version-->
3536 <gethostname4j .version>1.0.0</gethostname4j .version>
37+ <jersey .client.version>1.19.4</jersey .client.version>
3638 <jna .version>5.7.0</jna .version>
3739 </properties >
3840
4244 <artifactId >ranger-plugins-common</artifactId >
4345 <version >${ranger.version} </version >
4446 <exclusions >
47+ <exclusion >
48+ <groupId >com.sun.jersey</groupId >
49+ <artifactId >jersey-bundle</artifactId >
50+ </exclusion >
4551 <exclusion >
4652 <groupId >org.apache.ranger</groupId >
4753 <artifactId >ranger-plugin-classloader</artifactId >
101107 </exclusions >
102108 </dependency >
103109
110+ <dependency >
111+ <groupId >com.sun.jersey</groupId >
112+ <artifactId >jersey-client</artifactId >
113+ <version >${jersey.client.version} </version >
114+ <exclusions >
115+ <exclusion >
116+ <groupId >javax.ws.rs</groupId >
117+ <artifactId >jsr311-api</artifactId >
118+ </exclusion >
119+ </exclusions >
120+ </dependency >
121+
104122 <dependency >
105123 <groupId >com.kstruct</groupId >
106124 <artifactId >gethostname4j</artifactId >
You can’t perform that action at this time.
0 commit comments