Skip to content

Commit 6a17690

Browse files
committed
[pom] Fix profile for exclued groups since we only use java 17+ now
1 parent 77bbd6f commit 6a17690

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
8383
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
84-
<excludedGroups>TestcontainersTests</excludedGroups>
84+
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
8585

8686
<!-- Automatic Module Name -->
8787
<module.name>org.mybatis</module.name>
@@ -422,15 +422,6 @@
422422
</build>
423423

424424
<profiles>
425-
<profile>
426-
<id>16</id>
427-
<activation>
428-
<jdk>[16,)</jdk>
429-
</activation>
430-
<properties>
431-
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
432-
</properties>
433-
</profile>
434425
<profile>
435426
<id>17</id>
436427
<activation>

0 commit comments

Comments
 (0)