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 09:34:47 UTC

[isis-app-simpleapp] 02/03: removes guava dependency, now transitively available from wicket-ui

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-app-simpleapp.git

commit 65c26adec7010c9dc98a3b9c97a97d5a4884c776
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 00:38:32 2019 +0000

    removes guava dependency, now transitively available from wicket-ui
---
 webapp/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index fc40bac..50ba7a6 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -130,12 +130,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
     <profiles>