-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin modernization to reduce hpi size (#355)
* plugin modernization - use 2.452.4 as minimum Jenkins version - replace dependency to jackson, gson and commons-lang3 with the corresponding api plugins - remove dependency to groovy. It is not needed and only blows up the hpi. - remove dependencies to annotation-indexer and structs as they are not required * suppress spotbugs warnings --------- Co-authored-by: Christian Del Monte <christian.del-monte@posteo.de>
- Loading branch information
1 parent
38686bb
commit e84c2ba
Showing
4 changed files
with
37 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<FindBugsFilter> | ||
<Match> | ||
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" /> | ||
</Match> | ||
</FindBugsFilter> |
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