Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from ikedam/feature/JENKINS-18537_TestWitjJdk8
Make tests run with jdk8 avoiding JENKINS-18537.
  • Loading branch information
ikedam committed Aug 27, 2016
2 parents 7bc4258 + c280fd1 commit bdf67fd
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 bdf67fd

Please sign in to comment.