[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    svn commit: r1750002 - /httpcomponents/httpcore/branches/4.4.x/pom.xml
From:       ggregory () apache ! org
Date:       2016-06-23 20:08:24
Message-ID: 20160623200824.8CCC93A006B () svn01-us-west ! apache ! org
[Download RAW message or body]

Author: ggregory
Date: Thu Jun 23 20:08:24 2016
New Revision: 1750002

URL: http://svn.apache.org/viewvc?rev=1750002&view=rev
Log:
org.apache.http.ssl.TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch2() was \
failing on Windows with Java 6 but was OK with Java 7 and 8.

Modified:
    httpcomponents/httpcore/branches/4.4.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.4.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/pom.xml?rev=1750002&r1=1750001&r2=1750002&view=diff
 ==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/pom.xml Thu Jun 23 20:08:24 2016
@@ -80,6 +80,7 @@
     <commons-logging.version>1.2</commons-logging.version>
     <api.comparison.version>4.4</api.comparison.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
+    <commons-lang.version>3.4</commons-lang.version>
   </properties>
 
   <dependencyManagement>
@@ -102,6 +103,12 @@
         <version>${commons-logging.version}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>${commons-lang.version}</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic