]> git.argeo.org Git - gpl/argeo-tp.git/blob - merge.bnd
502ffa66989ecfad1f7dae95e0778168085bee28
[gpl/argeo-tp.git] / merge.bnd
1 Bundle-License: EPL-2.0
2 Bundle-SymbolicName: org.junit.platform
3 SLC-Origin-M2: :1.8.2
4 SLC-Origin-M2-Merge: \
5 org.junit.platform:junit-platform-commons, \
6 org.junit.platform:junit-platform-console, \
7 org.junit.platform:junit-platform-engine, \
8 org.junit.platform:junit-platform-reporting, \
9 org.junit.platform:junit-platform-suite, \
10 org.junit.platform:junit-platform-suite-api, \
11 org.junit.platform:junit-platform-suite-commons, \
12 org.junit.platform:junit-platform-suite-engine, \
13 org.junit.platform:junit-platform-testkit, \
14 org.junit.platform:junit-platform-launcher, \
15
16 Export-Package: org.junit.platform.*
17
18 Import-Package: \
19 org.assertj.*;resolution:="optional", \
20 groovy.lang.*;resolution:="optional", \
21 org.fusesource.*;resolution:="optional", \
22 *