Skip to content

Commit

Permalink
Cleanup Java 11+ related profiles as we are now on a Java 17 baseline…
Browse files Browse the repository at this point in the history
… (for TomEE 10)
  • Loading branch information
rzo1 committed May 16, 2024
1 parent 25ff85f commit 99b578b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions container/openejb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,9 +757,9 @@
</build>
</profile>
<profile>
<id>java11plus</id>
<id>java17plus</id>
<activation>
<jdk>[11,)</jdk>
<jdk>[17,)</jdk>
</activation>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/jpa-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
</distributionManagement>
<profiles>
<profile>
<id>active-on-jdk-11</id>
<id>java17plus</id>
<activation>
<jdk>[9,</jdk>
<jdk>[17,</jdk>
</activation>
<properties>
<surefire.argline>--add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/jdk.internal.loader=ALL-UNNAMED -Djdk.attach.allowAttachSelf</surefire.argline>
Expand Down
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,15 +655,6 @@
</repository>
</repositories>
</profile>
<profile>
<id>java11tests</id>
<modules>
<module>examples</module>
<module>itests/microprofile-jwt-itests</module>
<module>arquillian/arquillian-tomee-tests</module>
<module>tck</module>
</modules>
</profile>
<profile>
<id>no-examples</id>
<modules>
Expand Down

0 comments on commit 99b578b

Please sign in to comment.