Skip to content

Commit

Permalink
use import for classgraph dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Oct 20, 2023
1 parent 19dd176 commit 33edb56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.xtext.common.types/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Require-Bundle:
org.eclipse.xtext,
org.objectweb.asm;bundle-version="[9.6.0,9.7.0)",
org.eclipse.xtend.lib,
com.google.guava;bundle-version="[32.1.2,33.0.0)",
io.github.classgraph.classgraph;bundle-version="4.8.163"
Import-Package: org.apache.commons.logging;version="1.0.4";resolution:=optional,
com.google.guava;bundle-version="[32.1.2,33.0.0)"
Import-Package: io.github.classgraph;version="4.8.163",
org.apache.commons.logging;version="1.0.4";resolution:=optional,
org.apache.log4j;version="1.2.24"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.xtext.common.types,
Expand Down

0 comments on commit 33edb56

Please sign in to comment.