Skip to content

Commit

Permalink
Resolved all Java vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenstott committed Sep 24, 2024
1 parent c76a1d5 commit 1e8dfc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions calcite-rs-jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<scope>system</scope>
<systemPath>${project.basedir}/calcite/file/build/libs/calcite-file-${calcite.version}.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-plus</artifactId>
<version>${calcite.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/calcite/plus/build/libs/calcite-plus-${calcite.version}.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-linq4j</artifactId>
Expand Down

0 comments on commit 1e8dfc8

Please sign in to comment.