Skip to content

Commit

Permalink
fix(java): fix janino commons classes issue (#1753)
Browse files Browse the repository at this point in the history
## What does this PR do?

fix janino commons classes issue

## Related issues

Closes #1745 


## Does this PR introduce any user-facing change?

<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/fury/issues/new/choose) describing the
need to do so and update the document if necessary.
-->

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?


## Benchmark

<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
  • Loading branch information
chaokunyang authored Jul 23, 2024
1 parent 895c6e1 commit eea44ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/fury-core/src/main/resources/META-INF/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ The text of each license is also included in licenses/LICENSE-[project].txt.
* janino (https://github.com/janino-compiler/janino)
Files:
Shaded classes under org/apache/fury/shaded/org/codehaus/janino/*
Shaded classes under org/apache/fury/shaded/org/codehaus/commons/*


================================================================
Expand Down

0 comments on commit eea44ec

Please sign in to comment.