Skip to content

Commit bce58ea

Browse files
committed
[FLINK-38772][table] CliClientITCase is broken in IDE
1 parent a451e39 commit bce58ea

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

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

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,24 @@ under the License.
141141
<scope>test</scope>
142142
</dependency>
143143

144+
<!-- Client parser -->
145+
<dependency>
146+
<groupId>org.apache.flink</groupId>
147+
<artifactId>flink-sql-parser</artifactId>
148+
<version>${project.version}</version>
149+
<optional>${flink.markBundledAsOptional}</optional>
150+
<exclusions>
151+
<exclusion>
152+
<groupId>org.apache.calcite</groupId>
153+
<artifactId>calcite-core</artifactId>
154+
</exclusion>
155+
<exclusion>
156+
<groupId>org.apache.calcite</groupId>
157+
<artifactId>calcite-testkit</artifactId>
158+
</exclusion>
159+
</exclusions>
160+
</dependency>
161+
144162
<dependency>
145163
<groupId>org.apache.flink</groupId>
146164
<artifactId>flink-table-planner_${scala.binary.version}</artifactId>
@@ -194,25 +212,6 @@ under the License.
194212
<type>test-jar</type>
195213
<scope>test</scope>
196214
</dependency>
197-
198-
<!-- Client parser -->
199-
<dependency>
200-
<groupId>org.apache.flink</groupId>
201-
<artifactId>flink-sql-parser</artifactId>
202-
<version>${project.version}</version>
203-
<optional>${flink.markBundledAsOptional}</optional>
204-
<exclusions>
205-
<exclusion>
206-
<groupId>org.apache.calcite</groupId>
207-
<artifactId>calcite-core</artifactId>
208-
</exclusion>
209-
<exclusion>
210-
<groupId>org.apache.calcite</groupId>
211-
<artifactId>calcite-testkit</artifactId>
212-
</exclusion>
213-
</exclusions>
214-
</dependency>
215-
216215
</dependencies>
217216

218217
<dependencyManagement>

0 commit comments

Comments
 (0)