We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4945f2 commit e3f1155Copy full SHA for e3f1155
.travis.yml
@@ -10,6 +10,5 @@ env:
10
- MAVEN_OPTS="-Xmx256m -Dfile.encoding=UTF-8"
11
- JAVA_OPTS="-Xmx256m -Dfile.encoding=UTF-8"
12
jdk:
13
-# - oraclejdk8
+ - oraclejdk8
14
- oraclejdk7
15
- - openjdk6
pom.xml
@@ -107,7 +107,7 @@
107
<dependency>
108
<groupId>com.jcabi</groupId>
109
<artifactId>jcabi-http</artifactId>
110
- <version>1.10.3</version> <!-- this version works with JDK 6 -->
+ <version>1.12</version>
111
<optional>true</optional>
112
</dependency>
113
0 commit comments