Skip to content

Commit e414874

Browse files
committed
Merge branch '6.2.x'
2 parents 8edda5c + 8d21661 commit e414874

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: spring-core/src/test/java/org/springframework/SpringCoreTestSuite.java

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -28,7 +28,11 @@
2828
* @author Sam Brannen
2929
*/
3030
@Suite
31-
@SelectPackages({"org.springframework.core", "org.springframework.util"})
31+
@SelectPackages({
32+
"org.springframework.aot",
33+
"org.springframework.core",
34+
"org.springframework.util"
35+
})
3236
@IncludeClassNamePatterns(".*Tests?$")
3337
class SpringCoreTestSuite {
3438
}

0 commit comments

Comments
 (0)