chore(nashorn): simplify bnd configuration
diff --git a/nashorn-external/pom.xml b/nashorn-external/pom.xml index c9c7173..b563271 100644 --- a/nashorn-external/pom.xml +++ b/nashorn-external/pom.xml
@@ -116,15 +116,9 @@ </goals> <configuration> <bnd><![CDATA[ -Bundle-SymbolicName: ${project.artifactId} -Bundle-Version: ${project.version} -includeresource: \ - @nashorn-core-15.6.jar!/!META-INF/MANIFEST.MF,\ - @asm-9.7.jar!/!META-INF/MANIFEST.MF,\ - @asm-commons-9.7.jar!/!META-INF/MANIFEST.MF,\ - @asm-tree-9.7.jar!/!META-INF/MANIFEST.MF,\ - @asm-util-9.7.jar!/!META-INF/MANIFEST.MF,\ - @asm-analysis-9.7.jar!/!META-INF/MANIFEST.MF + @nashorn-core-*.jar!/!META-INF/MANIFEST.MF,\ + @asm-*.jar!/!META-INF/MANIFEST.MF, ]]></bnd> </configuration> </execution>