From 8ad4d983d5fcb1b5e1331df7774c2d156bf50ca8 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 15 Dec 2022 21:26:24 +0000 Subject: [PATCH] Restore maven-bundle-plugin This was removed as a dep in fasterxml-oss-parent, but required here --- jackson-core.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jackson-core.spec b/jackson-core.spec index 4cff847..48ac8cc 100644 --- a/jackson-core.spec +++ b/jackson-core.spec @@ -28,6 +28,8 @@ as basic shared abstractions. %pom_remove_plugin "org.moditect:moditect-maven-plugin" %pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin" +%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "true" + cp -p src/main/resources/META-INF/NOTICE . sed -i 's/\r//' LICENSE NOTICE