Skip to content

Commit

Permalink
[jwtk#719] realign jdk8 profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Apr 19, 2022
1 parent 35847df commit cb1f42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/pom.xml
Expand Up @@ -41,9 +41,9 @@

<profiles>
<profile>
<id>java8</id>
<id>nonJDK7</id>
<activation>
<jdk>[8,)</jdk>
<jdk>[1.8,)</jdk>
</activation>
<modules>
<module>jsonb</module>
Expand Down

0 comments on commit cb1f42e

Please sign in to comment.