You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/01/21 22:32:20 UTC

[isis] branch master updated: ISIS-1827 REVERT: relaxed guava dependency by removal in core's root pom.xml

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

ahuber 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 194024f  ISIS-1827 REVERT: relaxed guava dependency by removal in core's root pom.xml
194024f is described below

commit 194024f4e4e11e0efc43cd677092303738eca8c7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Jan 21 23:32:18 2018 +0100

    ISIS-1827 REVERT: relaxed guava dependency by removal in core's root
    pom.xml
---
 core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 3148a47..967ff80 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2009,6 +2009,10 @@ ${license.additional-notes}
     <dependencies>
         <!-- compile dependencies -->
         <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-library</artifactId>
         </dependency>

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].