You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/09/03 15:30:37 UTC

svn commit: r1519675 - /httpcomponents/httpclient/trunk/pom.xml

Author: olegk
Date: Tue Sep  3 13:30:37 2013
New Revision: 1519675

URL: http://svn.apache.org/r1519675
Log:
Disabled Windows Integrated Authentication module for this release due to Java 1.6 requirement by its transitive dependencies

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1519675&r1=1519674&r2=1519675&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Tue Sep  3 13:30:37 2013
@@ -164,7 +164,7 @@
     <module>httpclient</module>
     <module>httpmime</module>
     <module>httpclient-cache</module>
-    <module>winauth-jni</module>
+    <!--module>winauth-jni</module-->
     <module>fluent-hc</module>
     <module>httpclient-osgi</module>
   </modules>