added missing package import to fix potential dependency issue while building test bundles

This commit is contained in:
Martin Lippert
2024-03-05 13:50:36 +01:00
parent d3af0a32f9
commit 24974f2eec

View File

@@ -19,4 +19,5 @@ Require-Bundle: org.junit,
Import-Package: com.google.gson,
com.google.gson.annotations,
com.google.gson.reflect,
com.google.gson.stream
com.google.gson.stream,
org.apache.commons.io