We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bbd6f commit 6a17690Copy full SHA for 6a17690
pom.xml
@@ -81,7 +81,7 @@
81
82
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
83
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
84
- <excludedGroups>TestcontainersTests</excludedGroups>
+ <excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
85
86
<!-- Automatic Module Name -->
87
<module.name>org.mybatis</module.name>
@@ -422,15 +422,6 @@
422
</build>
423
424
<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>
434
<profile>
435
<id>17</id>
436
<activation>
0 commit comments