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 2016/07/14 10:44:04 UTC

[31/38] isis git commit: ISIS-1353: updates wicket-webjars from 1.4.8 to 1.4.9

ISIS-1353: updates wicket-webjars from 1.4.8 to 1.4.9

            <dependency>
                <groupId>de.agilecoders.wicket.webjars</groupId>
                <artifactId>wicket-webjars</artifactId>
                <version>${wicket-webjars.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- for dependency convergence -->
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-core</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-request</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>


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

Branch: refs/heads/master
Commit: f5906f1d800f4cf4fbc8eb7d739595f5cb14c844
Parents: da82734
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:14:36 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:22:17 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f5906f1d/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index dd3b04e..2aead94 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -141,7 +141,7 @@
 
         <wicket.version>6.23.0</wicket.version>
 
-        <wicket-webjars.version>0.4.8</wicket-webjars.version>
+        <wicket-webjars.version>0.4.9</wicket-webjars.version>
         <wicket-bootstrap.version>0.9.15</wicket-bootstrap.version>
         <wicket-source.version>6.0.0.8</wicket-source.version>