Skip to content

Commit

Permalink
fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Aug 10, 2023
1 parent 033a4e3 commit 0b02275
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
<version>2.22.0</version>
<configuration>
<skipTests>${skipUnitTests}</skipTests>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>

Expand Down Expand Up @@ -223,9 +222,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<skip>true</skip>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -338,7 +334,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>4.0</version>
<version>2.0.1</version>
<exclusions>
<exclusion>
<groupId>net.snowflake</groupId>
Expand Down

0 comments on commit 0b02275

Please sign in to comment.