You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/01/01 20:00:34 UTC

wicket git commit: WICKET-6509 Import junit packages as optional

Repository: wicket
Updated Branches:
  refs/heads/master 8403c3725 -> 39d7ac1f8


WICKET-6509 Import junit packages as optional


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

Branch: refs/heads/master
Commit: 39d7ac1f80c4ea5366e91eb0fd6deceb219e1b26
Parents: 8403c37
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jan 1 22:00:09 2018 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jan 1 22:00:09 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/39d7ac1f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66a2014..94d04ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -741,10 +741,10 @@
 							<configuration>
 								<instructions>
 									<Export-Package>*</Export-Package>
-									<Import-Package>org.apache.wicket*
-										org.junit*;resolution:=optional
+									<Import-Package>org.apache.wicket*,
+										org.junit*;resolution:=optional,
 										junit.framework*;resolution:=optional</Import-Package>
-									<DynamicImport-Package>!junit.framework,!org.junit,*</DynamicImport-Package>
+									<DynamicImport-Package>*</DynamicImport-Package>
 									<_nouses>true</_nouses>
 								</instructions>
 							</configuration>