Skip to content

Commit 24974f2

Browse files
committed
added missing package import to fix potential dependency issue while building test bundles
1 parent d3af0a3 commit 24974f2

File tree

1 file changed

+2
-1
lines changed
  • eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF

1 file changed

+2
-1
lines changed

eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Require-Bundle: org.junit,
1919
Import-Package: com.google.gson,
2020
com.google.gson.annotations,
2121
com.google.gson.reflect,
22-
com.google.gson.stream
22+
com.google.gson.stream,
23+
org.apache.commons.io

0 commit comments

Comments
 (0)