Temporary fix of 2 RM tests by using the wrong version of jackson databind

This commit is contained in:
alandavis
2021-05-06 00:24:16 +01:00
parent bb74b84a66
commit 9caeca4a18

View File

@@ -11,7 +11,7 @@
</parent>
<properties>
<jackson.databind.version>2.7.9.1</jackson.databind.version> <!-- this should not be overridden - fixes 2 tests -->
<dependency.jackson-databind.version>2.7.9.1</dependency.jackson-databind.version> <!-- this should not be overridden - fixes 2 tests -->
</properties>
<build>