Skip to content

Commit

Permalink
Fix maven install - works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-japatel authored and sfc-gh-xhuang committed Oct 3, 2024
1 parent 7a7a4de commit 8ab3e42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,6 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<skip>true</skip>
<executable>python3</executable>
<arguments>
<argument>${project.basedir}/scripts/process_licenses.py</argument>
Expand Down
1 change: 1 addition & 0 deletions scripts/check_content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if jar tvf $DIR/../target/snowflake-ingest-sdk.jar | awk '{print $8}' | \
grep -v PropertyList-1.0.dtd | \
grep -v properties.dtd | \
grep -v parquet.thrift | \
grep -v assets/org/apache/commons/math3/random/new-joe-kuo-6.1000 | \

# Native zstd libraries are allowed
grep -v -E '^darwin' | \
Expand Down
4 changes: 4 additions & 0 deletions scripts/process_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"io.netty:netty-resolver": APACHE_LICENSE,
"io.netty:netty-buffer": APACHE_LICENSE,
"io.netty:netty-transport": APACHE_LICENSE,
"io.netty:netty-transport-native-unix-common": APACHE_LICENSE,
"io.netty:netty-codec": APACHE_LICENSE,
"io.netty:netty-transport-native-epoll": APACHE_LICENSE,
"io.netty:netty-transport-classes-epoll": APACHE_LICENSE,
"com.google.re2j:re2j": GO_LICENSE,
"com.google.protobuf:protobuf-java": BSD_3_CLAUSE_LICENSE,
"com.google.code.gson:gson": APACHE_LICENSE,
Expand Down

0 comments on commit 8ab3e42

Please sign in to comment.