File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed
flink-table/flink-sql-client Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments