Update the OSGi Import-Package for JUnit 5

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5d97035e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5d97035e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5d97035e

Branch: refs/heads/WICKET-6563
Commit: 5d97035e3225d3dbb59b1b72470c718784775b12
Parents: 4be82eb
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Wed Sep 26 16:48:19 2018 +0300
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Wed Sep 26 16:48:19 2018 +0300

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5d97035e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c3275ac..bd8de55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -753,8 +753,7 @@
                                                                <instructions>
                                                                        
<Export-Package>*</Export-Package>
                                                                        
<Import-Package>org.apache.wicket*,
-                                                                               
org.junit*,
-                                                                               
junit.framework*</Import-Package>
+                                                                               
org.junit.jupiter*</Import-Package>
                                                                        
<DynamicImport-Package>*</DynamicImport-Package>
                                                                        
<_nouses>true</_nouses>
                                                                </instructions>

Reply via email to