It looks like we've already gathered a little pile for a 4.3.4... ;) Gary
On Mon, Feb 24, 2014 at 11:28 AM, <[email protected]> wrote: > Author: sebb > Date: Mon Feb 24 16:28:13 2014 > New Revision: 1571336 > > URL: http://svn.apache.org/r1571336 > Log: > Avoid missing bootclasspath warning > > Modified: > httpcomponents/httpclient/branches/4.3.x/pom.xml > > Modified: httpcomponents/httpclient/branches/4.3.x/pom.xml > URL: > http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/pom.xml?rev=1571336&r1=1571335&r2=1571336&view=diff > > ============================================================================== > --- httpcomponents/httpclient/branches/4.3.x/pom.xml (original) > +++ httpcomponents/httpclient/branches/4.3.x/pom.xml Mon Feb 24 16:28:13 > 2014 > @@ -229,6 +229,7 @@ > <link>http://download.oracle.com/javase/1.5.0/docs/api/ > </link> > <link> > http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link> > </links> > + > > <bootclasspath>${java.home}/lib/rt.jar:${java.home}/lib/jsse.jar:${java.home}/lib/jce.jar</bootclasspath> > </configuration> > </plugin> > <plugin> > > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
