Skip to content

Commit 93b177b

Browse files
committed
Note conflict with Trino
1 parent dc3152b commit 93b177b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

java/build/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
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>

java/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@
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 -->

0 commit comments

Comments
 (0)