You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/04 01:34:22 UTC

[24/27] git commit: ISIS-537 Exclude wicket-core for wicket-bootstrap-themes dependency to make the Maven enforcer happy when testing with a new version of Wicket

ISIS-537 Exclude wicket-core for wicket-bootstrap-themes dependency to make the Maven enforcer happy when testing with a new version of Wicket

Tested Wicket 6.18.0 - everything looks fine !


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

Branch: refs/heads/master
Commit: d9d82cc442ee66b1d3c7689f42e104dc6ec20463
Parents: 3680adf
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Nov 3 12:13:56 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Nov 3 12:13:56 2014 +0200

----------------------------------------------------------------------
 component/viewer/wicket/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d9d82cc4/component/viewer/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/pom.xml b/component/viewer/wicket/pom.xml
index 7f0e1c0..ff3a1f0 100644
--- a/component/viewer/wicket/pom.xml
+++ b/component/viewer/wicket/pom.xml
@@ -390,6 +390,12 @@
                 <groupId>de.agilecoders.wicket</groupId>
                 <artifactId>wicket-bootstrap-themes</artifactId>
                 <version>${wicket-bootstrap.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.wicket</groupId>
+                        <artifactId>wicket-core</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>