Skip to content

Commit

Permalink
Fix test exclusion for JDK 8 (eclipse-ee4j#4158)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Dudits <[email protected]>
  • Loading branch information
pdudits committed Jun 11, 2019
1 parent 599a54d commit 6186d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jdk-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<profile>
<id>windows</id>
<activation>
<jdk>8</jdk>
<jdk>1.8</jdk>
<os>
<family>windows</family>
</os>
Expand Down

0 comments on commit 6186d89

Please sign in to comment.