Skip to content

Commit

Permalink
Fix test exclusion for JDK 8 (#4158) (#4159)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Dudits <[email protected]>
  • Loading branch information
pdudits authored and jansupol committed Jun 12, 2019
1 parent a401695 commit 4cbcb02
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 4cbcb02

Please sign in to comment.