You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2018/11/26 12:55:50 UTC

svn commit: r1847464 - /webservices/xmlschema/trunk/pom.xml

Author: coheigea
Date: Mon Nov 26 12:55:50 2018
New Revision: 1847464

URL: http://svn.apache.org/viewvc?rev=1847464&view=rev
Log:
Reverting to a version of guava that supports java 1.7

Modified:
    webservices/xmlschema/trunk/pom.xml

Modified: webservices/xmlschema/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1847464&r1=1847463&r2=1847464&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Mon Nov 26 12:55:50 2018
@@ -611,7 +611,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava-testlib</artifactId>
-                <version>27.0.1-jre</version>
+                <version>20.0</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>