Skip to content

Commit

Permalink
Include javax in license and ensure only presence of single NOTICE file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinishjail97 committed Oct 30, 2024
1 parent d6910dc commit c548bd2
Show file tree
Hide file tree
Showing 3 changed files with 774 additions and 1 deletion.
10 changes: 10 additions & 0 deletions xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@
<resource>META-INF/LICENSE</resource>
<file>target/classes/META-INF/LICENSE</file>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
<resources>
<resource>NOTICE</resource>
<resource>NOTICE.txt</resource>
</resources>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/NOTICE</resource>
<file>target/classes/META-INF/NOTICE</file>
</transformer>
</transformers>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,8 @@ org.antlr:antlr4-runtime:4.9.2
MIT License
-----------
org.checkerframework:checker-qual:3.37.0
org.slf4j:slf4j-api:2.0.0
org.slf4j:slf4j-api:2.0.0

CDDL + GPLv2 with classpath exception
-----------
javax.annotation-api:1.3.2
Loading

0 comments on commit c548bd2

Please sign in to comment.