Skip to content

Commit 3ffba41

Browse files
committed
ST6RI-844 Adds transitive dependencies to Xpect tests
Xpect tests are run as plain Java JUnit tests (without Eclipse/OSGi runtimes) that do not always correctly collect transitive dependencies. This resulted in the test executions failing because of the missing classgraph dependency that needed to be added.
1 parent fce7352 commit 3ffba41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

org.omg.kerml.xpect.tests/build.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ bin.includes = META-INF/,\
55
.,\
66
plugin.properties,\
77
plugin.xml
8+
additional.bundles = io.github.classgraph.classgraph
89

org.omg.sysml.xpect.tests/build.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ output.. = target/classes/
66
bin.includes = .,\
77
plugin.xml,\
88
META-INF/
9+
additional.bundles = io.github.classgraph.classgraph
910

0 commit comments

Comments
 (0)