Skip to content

Commit

Permalink
NO-SNOW Remove unnecessary dependencies to reduce jar size
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-japatel committed Oct 3, 2024
1 parent e4b335f commit 271deb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions scripts/process_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@
"com.nimbusds:nimbus-jose-jwt": APACHE_LICENSE,
"com.github.stephenc.jcip:jcip-annotations": APACHE_LICENSE,
"io.netty:netty-common": APACHE_LICENSE,
"io.netty:netty-handler": APACHE_LICENSE,
"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 271deb9

Please sign in to comment.