Add jackson as package group.

This commit is contained in:
Kavin 2023-01-30 17:53:21 +00:00 committed by GitHub
parent 7878693bab
commit 7c4d1b6cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@
],
"groupName": "activej"
},
{
"matchPackagePrefixes": [
"com.fasterxml.jackson"
],
"groupName": "jackson"
},
{
"matchPackagePrefixes": [
"com.github.firemasterk."