Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make tests run with jdk8 avoiding JENKINS-18537.
  • Loading branch information
ikedam committed Aug 27, 2016
1 parent 7bc4258 commit c280fd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -47,6 +47,13 @@
<version>1.21</version> <!-- RebuildParameterProvider is available since 1.21 -->
<optional>true</optional>
</dependency>
<!-- JENKINS-18537 (fixed in Jenkins 1.557 or 1554.1 -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>xstream</artifactId>
<version>1.4.7-jenkins-1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c280fd1

Please sign in to comment.