aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-31 18:37:14 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-31 18:37:14 -0700
commita673390de2c4a58c56e08c49bad4550cb4b0f5e7 (patch)
tree9244bfa0624d399358de32b523de1f395ecbbf40
parentdf1ac02021a517f2c264a0ed959d525a61315669 (diff)
downloadjackson-annotations-a673390de2c4a58c56e08c49bad4550cb4b0f5e7.tar.gz
add manual override for bundle plugin
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 65a53a8..63ee586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,12 @@
<maven.compiler.target>1.6</maven.compiler.target>
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
+
+ <!-- 31-Jul-2020, tatu: will go in `oss-parent` for 2.12, but for 2.11 need to bump
+ bundle-plugin version to make work in JDK 15+
+ (see https://github.com/FasterXML/jackson-databind/issues/2806)
+ -->
+ <version.plugin.bundle>5.1.1</version.plugin.bundle>
</properties>
<dependencies>