File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ script: mvn -Dhttpclient.version=$HTTPCLIENT_VERSION -Dhttpclient.test.version=$
77jdk :
88 - openjdk7
99 - oraclejdk8
10+ - oraclejdk9
1011
1112# We use httpclient test jar providing LocalTestServer.java; no longer in 4.4+.
1213# We only do javadoc test for the latest version (as it's the only official one)
1314
1415env :
1516 - HTTPCLIENT_VERSION=4.3.6 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=
1617 - HTTPCLIENT_VERSION=4.4.1 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=
17- - HTTPCLIENT_VERSION=4.5.2 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=javadoc:javadoc
18+ - HTTPCLIENT_VERSION=4.5.3 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=javadoc:javadoc
1819
1920notifications :
2021 email :
Original file line number Diff line number Diff line change 4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343
4444 <!-- works with v4.3 and forward; see .travis.yml -->
45- <httpclient .version>4.5.2 </httpclient .version>
45+ <httpclient .version>4.5.3 </httpclient .version>
4646 <!-- the last version to provide LocalTestServer.java -->
4747 <httpclient .test.version>4.3.5</httpclient .test.version>
4848 </properties >
9797 <dependency >
9898 <groupId >log4j</groupId >
9999 <artifactId >log4j</artifactId >
100- <version >1.2.16 </version >
100+ <version >1.2.17 </version >
101101 <scope >test</scope >
102102 </dependency >
103103 </dependencies >
You can’t perform that action at this time.
0 commit comments