Skip to content

Commit

Permalink
[rest] Disable tests for Rest binding under JDK 9 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk committed Feb 2, 2017
1 parent 2dc43a9 commit b1ce58f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rest/pom.xml
Expand Up @@ -23,6 +23,9 @@
<packaging>jar</packaging>

<properties>
<!-- Tests do not run on jdk9 -->
<skipJDK9Tests>true</skipJDK9Tests>

<tomcat.version>8.0.28</tomcat.version>
<jersey.version>2.6</jersey.version>
<httpclient.version>4.5.1</httpclient.version>
Expand Down

0 comments on commit b1ce58f

Please sign in to comment.