File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
flink-table-calcite-bridge Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments