Skip to content

Commit e3f1155

Browse files
author
Yegor Bugayenko
committed
jdk 7 and 8
1 parent c4945f2 commit e3f1155

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ env:
1010
- MAVEN_OPTS="-Xmx256m -Dfile.encoding=UTF-8"
1111
- JAVA_OPTS="-Xmx256m -Dfile.encoding=UTF-8"
1212
jdk:
13-
# - oraclejdk8
13+
- oraclejdk8
1414
- oraclejdk7
15-
- openjdk6

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.jcabi</groupId>
109109
<artifactId>jcabi-http</artifactId>
110-
<version>1.10.3</version> <!-- this version works with JDK 6 -->
110+
<version>1.12</version>
111111
<optional>true</optional>
112112
</dependency>
113113
<dependency>

0 commit comments

Comments
 (0)