We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f53f2 commit 8b1f57fCopy full SHA for 8b1f57f
flink-table/flink-table-calcite-bridge/pom.xml
@@ -177,6 +177,12 @@ under the License.
177
<groupId>com.jayway.jsonpath</groupId>
178
<artifactId>json-path</artifactId>
179
<version>2.9.0</version>
180
+ <exclusions>
181
+ <exclusion>
182
+ <groupId>net.minidev</groupId>
183
+ <artifactId>json-smart</artifactId>
184
+ </exclusion>
185
+ </exclusions>
186
</dependency>
187
188
<dependency>
0 commit comments