You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/05/21 18:14:25 UTC

svn commit: r1859671 - /xmlbeans/trunk/build.xml

Author: fanningpj
Date: Tue May 21 18:14:25 2019
New Revision: 1859671

URL: http://svn.apache.org/viewvc?rev=1859671&view=rev
Log:
revert commons-resolver url because https fails (jave ssl issue)

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1859671&r1=1859670&r2=1859671&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue May 21 18:14:25 2019
@@ -51,7 +51,7 @@
 
     <property name="xcresolver.zip" location="${compile.lib}/xcresolver.zip"/>
     <property name="xcresolver.jar" location="${compile.lib}/resolver.jar"/>
-    <property name="xcresolver.url" value="https://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip"/>
+    <property name="xcresolver.url" value="http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip"/>
 
     <!-- test dependencies -->
     <property name="junit.jar" location="${compile.lib}/junit-4.12.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org