File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5454 <dependency >
5555 <groupId >org.glassfish.jersey.core</groupId >
5656 <artifactId >jersey-client</artifactId >
57- <scope >runtime</scope >
5857 <version >${jersey.build.version} </version >
58+ <scope >runtime</scope >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.glassfish.jersey.media</groupId >
6262 <artifactId >jersey-media-json-jackson</artifactId >
63- <scope >runtime</scope >
6463 <version >${jersey.build.version} </version >
64+ <scope >runtime</scope >
6565 </dependency >
6666 <dependency >
6767 <groupId >org.glassfish.jersey.inject</groupId >
6868 <artifactId >jersey-hk2</artifactId >
69- <scope >runtime</scope >
7069 <version >${jersey.build.version} </version >
70+ <scope >runtime</scope >
7171 </dependency >
7272 <dependency >
7373 <groupId >jakarta.ws.rs</groupId >
Original file line number Diff line number Diff line change 199199 <trino .version>435</trino .version>
200200 <!-- Trino requires an old version of JGraphT -->
201201 <trino .jgrapht.version>0.9.2</trino .jgrapht.version>
202- <!-- Build module uses Jersey w/Jakarta WS for communicating with GitHub API -->
202+ <!-- Build module uses Jersey w/Jakarta WS for communicating with GitHub API. -->
203+ <!-- This is not managed for the whole project as it conflicts with Trino. -->
203204 <jersey .build.version>2.45</jersey .build.version>
204205 <jakarta .ws.build.version>2.1.6</jakarta .ws.build.version>
205206 <!-- Netty version is managed because S3, Athena and Arrow depend on it but use incompatible versions -->
You can’t perform that action at this time.
0 commit comments