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 2019/12/05 00:14:50 UTC

[isis] branch master updated: ISIS-2213: adds guava as a dependency of wicket-ui (used by bootswatch themes)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 98bba5b  ISIS-2213: adds guava as a dependency of wicket-ui (used by bootswatch themes)
98bba5b is described below

commit 98bba5b3a330f6a2738b43f2d2b89d4a06b7e60d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 00:14:23 2019 +0000

    ISIS-2213: adds guava as a dependency of wicket-ui (used by bootswatch themes)
---
 core/viewers/wicket/ui/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/viewers/wicket/ui/pom.xml b/core/viewers/wicket/ui/pom.xml
index e9d83d7..da89078 100644
--- a/core/viewers/wicket/ui/pom.xml
+++ b/core/viewers/wicket/ui/pom.xml
@@ -304,6 +304,12 @@
             </exclusions>
         </dependency>
 
+        <!-- required by de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchThemeProvider -->
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+
         <!-- JDO API (non transient, provided by plugin) -->
         <dependency>
             <groupId>javax.jdo</groupId>