]> git.argeo.org Git - gpl/argeo-tp.git/blob - junit-platform/merge.bnd
Prepare next development cycle
[gpl/argeo-tp.git] / junit-platform / merge.bnd
1 SPDX-License-Identifier: EPL-2.0
2 Bundle-SymbolicName: org.junit.platform
3 Argeo-Origin-M2: :1.9.1
4 Argeo-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 *