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:46 UTC

[isis-app-simpleapp] 01/03: adds missing test dependency on guava

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 a6f3c8517c5955f1ec66bcba5d7df1d217d43fd7
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 00:10:52 2019 +0000

    adds missing test dependency on guava
---
 webapp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

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