Skip to content

Commit aeb6abf

Browse files
committed
[FLINK-38386][build] Fix attaching type annotations for jdk23+
1 parent d08abb7 commit aeb6abf

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

flink-table/flink-sql-parser/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ under the License.
150150
<groupId>joda-time</groupId>
151151
<artifactId>joda-time</artifactId>
152152
</exclusion>
153-
<exclusion>
154-
<groupId>org.apache.calcite</groupId>
155-
<artifactId>calcite-linq4j</artifactId>
156-
</exclusion>
157153
<exclusion>
158154
<groupId>org.codehaus.janino</groupId>
159155
<artifactId>janino</artifactId>
@@ -244,12 +240,6 @@ under the License.
244240
</exclusion>
245241
</exclusions>
246242
</dependency>
247-
<dependency>
248-
<groupId>org.apache.calcite</groupId>
249-
<artifactId>calcite-linq4j</artifactId>
250-
<version>${calcite.version}</version>
251-
<scope>test</scope>
252-
</dependency>
253243
<dependency>
254244
<groupId>org.apache.flink</groupId>
255245
<artifactId>flink-test-utils-junit</artifactId>

flink-table/flink-table-calcite-bridge/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ under the License.
179179
<version>2.9.0</version>
180180
</dependency>
181181

182+
<dependency>
183+
<groupId>com.google.guava</groupId>
184+
<artifactId>guava</artifactId>
185+
</dependency>
186+
182187
<dependency>
183188
<groupId>org.apache.flink</groupId>
184189
<artifactId>flink-annotations</artifactId>

0 commit comments

Comments
 (0)