Skip to content

Commit

Permalink
Merge pull request #490 from bjhargrave/import-annotations-fix
Browse files Browse the repository at this point in the history
annotation: Substitutably import the junit4 annotation package
  • Loading branch information
bjhargrave authored Mar 13, 2022
2 parents 26d3efe + 5005c67 commit ec570fb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
* SPDX-License-Identifier: Apache-2.0
*******************************************************************************/

@Export(attribute = "junit=4", substitution = Substitution.NOIMPORT)
@Version("1.1.1")
@Export(attribute = "junit=4")
@Version("1.1.0")
package org.osgi.test.common.annotation;

import org.osgi.annotation.bundle.Export;
import org.osgi.annotation.bundle.Export.Substitution;
import org.osgi.annotation.versioning.Version;

0 comments on commit ec570fb

Please sign in to comment.