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:45:56 UTC

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

Author: coheigea
Date: Mon Nov 26 12:45:55 2018
New Revision: 1847463

URL: http://svn.apache.org/viewvc?rev=1847463&view=rev
Log:
Updating guava version

Modified:
    webservices/xmlschema/trunk/pom.xml

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