Skip to content

Commit

Permalink
Modify poms for build & test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Apr 10, 2024
1 parent 17e6284 commit dd95695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-jar-test/fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<exclusions>
<exclusion>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<artifactId>snowflake-jdbc-thin</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<artifactId>snowflake-jdbc-thin</artifactId>
<version>3.14.5</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit dd95695

Please sign in to comment.