-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed jxl dependency, xls files will be handled using poi. log4j 1.x was one of the dependency from jxl. By removing this dependency now log4j also will not get resolved. User can add any library of their choice for logging. - removed commons-lang dependency, will be resolved by commons-io - updated commons-io version from 2.5 to 2.11.0 - removed slf4j-log4j12 dependency. Now log4j is not required or resolved, removing this dependency. - added poi dependency with compile scope. It should exclude transitive dependencies from poi-ooxml. Updated poi version from 4.1.2 to 5.0.0
- Loading branch information
Showing
3 changed files
with
31 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61893a5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this update no logging library transitive dependency should be resolved. User need to specify logging dependency of their choice , for example log4j, log4j2, slf4j, Logback etc.
Related issue: #398