Fix optional import package
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 9 May 2022 06:28:33 +0000 (08:28 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 9 May 2022 06:28:33 +0000 (08:28 +0200)
tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd

index 16572c0ae196737b28cab52e66e4d8028e18f5b1..8aa1e6ea4458fd810766bf3e20d411ac99e933e1 100644 (file)
@@ -1,3 +1,8 @@
 Bundle-License: BSD-2-Clause
 Bundle-SymbolicName: com.github.mangstadt.ezvcard
-SLC-Origin-M2: com.googlecode.ez-vcard:ez-vcard:0.11.3
\ No newline at end of file
+SLC-Origin-M2: com.googlecode.ez-vcard:ez-vcard:0.11.3
+Import-Package: \
+freemarker.*;resolution:="optional", \
+com.fasterxml.jackson.*;resolution:="optional", \
+org.jsoup.*;resolution:="optional", \
+*
\ No newline at end of file