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 12, 2024
1 parent dd95695 commit 1abb182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
Expand All @@ -560,11 +565,6 @@
<artifactId>snappy-java</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<scope>test</scope>
</dependency>

<!-- JUnit so that we can make some basic unit tests -->
<dependency>
Expand Down Expand Up @@ -1051,7 +1051,6 @@
<configuration>
<artifactSet>
<excludes>
<exclude>net.snowflake:snowflake-jdbc-thin</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
<exclude>com.github.luben:zstd-jni</exclude>
</excludes>
Expand All @@ -1069,10 +1068,6 @@
<pattern>io.opencensus</pattern>
<shadedPattern>${shadeBase}.io.opencensus</shadedPattern>
</relocation>
<relocation>
<pattern>com.amazonaws</pattern>
<shadedPattern>${shadeBase}.com.amazonaws</shadedPattern>
</relocation>
<relocation>
<pattern>org.conscrypt</pattern>
<shadedPattern>${shadeBase}.org.conscrypt</shadedPattern>
Expand Down
6 changes: 0 additions & 6 deletions public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
</scm>

<dependencies>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-thin</artifactId>
<version>3.14.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 1abb182

Please sign in to comment.