Replies: 1 comment 3 replies
-
You could simply use the hardcoded version |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I right now have multiple rules for Jackson, among them one for
jackson-core
:resulting in
I now want to change just
jackson-databind
to2.13.2.2
. I tried to addto my rules file and
version.jackson.databind=2.13.2.2
toversions.properties
but that failed with "At most one column character (':') is allowed" error. I then removed the last:
, but my "jackson-databind" version is not used. Is that fixable, or do I have to remove thecom.fasterxml.jackson.core:*
(which would result in multiple repetitions inversions.properties
)?Beta Was this translation helpful? Give feedback.
All reactions