File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 49
49
</scm >
50
50
51
51
<properties >
52
- <maven .compiler.source>17 </maven .compiler.source>
53
- <maven .compiler.target>17 </maven .compiler.target>
52
+ <maven .compiler.source>21 </maven .compiler.source>
53
+ <maven .compiler.target>21 </maven .compiler.target>
54
54
</properties >
55
55
56
56
<!-- Testing Dependencies -->
101
101
<plugin >
102
102
<groupId >org.apache.maven.plugins</groupId >
103
103
<artifactId >maven-surefire-plugin</artifactId >
104
- <version >3.0.0-M7 </version >
104
+ <version >3.5.0 </version >
105
105
<configuration >
106
106
<argLine >--add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.util=ALL-UNNAMED</argLine >
107
107
<properties >
108
- <property >listener</property >
109
- <value >io.fusionauth.http.BaseTest$TestListener</value >
108
+ <property >
109
+ <name >listener</name >
110
+ <value >io.fusionauth.http.BaseTest$TestListener</value >
111
+ </property >
110
112
</properties >
111
- <excludedGroups >performance</excludedGroups >
113
+ <excludedGroups >performance,timeouts </excludedGroups >
112
114
</configuration >
113
115
</plugin >
114
116
<plugin >
You can’t perform that action at this time.
0 commit comments