#1859 - Add Jackson 2.14-specific build profile.

This commit is contained in:
Oliver Drotbohm
2022-10-12 12:26:16 +02:00
parent 265f0a1dcc
commit e0592786b8

View File

@@ -115,6 +115,13 @@
</properties>
</profile>
<profile>
<id>jackson-next</id>
<properties>
<jackson-bom.version>2.14.0-rc1</jackson-bom.version>
</properties>
</profile>
<profile>
<!-- Profile to be run on the CI server, JARs JavaDocs -->