Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 31, 2024
1 parent 7628d97 commit 9777160
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ okhttp3Version=4.12.0
###############################
# Redis versions
###############################
redisLettuceVersion=6.5.2.RELEASE
redisLettuceVersion=6.4.1.RELEASE
lettuceModVersion=4.1.2
###############################
# JDBC & SQL Versions
Expand Down Expand Up @@ -231,7 +231,6 @@ javaMelodyVersion=2.4.0
###############################
hypersistenceVersion=3.9.0
hibernateVersion=6.6.4.Final
hibernateValidatorVersion=8.0.1.Final
jpaPersistenceApiVersion=3.1.0
hibernateValidatorVersion=8.0.2.Final
dom4jVersion=2.1.4
Expand Down
6 changes: 3 additions & 3 deletions style/checkstyle-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
<module name="UnusedLocalVariable">
<property name="severity" value="error"/>
</module>
<module name="UnusedCatchParameterShouldBeUnnamed">
<property name="severity" value="error"/>
</module>
<!-- <module name="UnusedCatchParameterShouldBeUnnamed">-->
<!-- <property name="severity" value="error"/>-->
<!-- </module>-->
<module name="UnnecessarySemicolonInEnumeration">
<property name="severity" value="error"/>
</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ScopedProxyMode;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.apache.hc.core5.http.HttpEntityContainer;
import org.apache.hc.core5.http.HttpResponse;
import org.hjson.JsonValue;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
Expand Down
2 changes: 2 additions & 0 deletions support/cas-server-support-person-directory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies {
testImplementation project(":support:cas-server-support-ldap-core")
testImplementation project(":support:cas-server-support-reports")
testImplementation project(":support:cas-server-support-webconfig")
testImplementation project(":support:cas-server-support-validation")
testImplementation project(":support:cas-server-support-thymeleaf")

testImplementation project(path: ":support:cas-server-support-ldap-core", configuration: "tests")
testImplementation project(path: ":support:cas-server-support-person-directory-core", configuration: "tests")
Expand Down
2 changes: 2 additions & 0 deletions support/cas-server-support-simple-mfa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ dependencies {
testImplementation project(":support:cas-server-support-surrogate-webflow")
testImplementation project(":support:cas-server-support-reports")
testImplementation project(":support:cas-server-support-webconfig")
testImplementation project(":support:cas-server-support-validation")
testImplementation project(":support:cas-server-support-thymeleaf")

testImplementation project(path: ":core:cas-server-core-webflow-mfa-api", configuration: "tests")
testImplementation project(path: ":core:cas-server-core-webflow-mfa", configuration: "tests")
Expand Down
2 changes: 2 additions & 0 deletions support/cas-server-support-throttle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dependencies {
testImplementation project(":support:cas-server-support-reports")
testImplementation project(":support:cas-server-support-person-directory")
testImplementation project(":support:cas-server-support-webconfig")
testImplementation project(":support:cas-server-support-validation")
testImplementation project(":support:cas-server-support-thymeleaf")

testImplementation project(path: ":core:cas-server-core", configuration: "tests")
testImplementation project(path: ":core:cas-server-core-authentication", configuration: "tests")
Expand Down
2 changes: 2 additions & 0 deletions support/cas-server-support-token-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies {
testImplementation project(":support:cas-server-support-reports")
testImplementation project(":support:cas-server-support-person-directory")
testImplementation project(":support:cas-server-support-webconfig")
testImplementation project(":support:cas-server-support-validation")
testImplementation project(":support:cas-server-support-thymeleaf")

testImplementation project(path: ":core:cas-server-core-authentication", configuration: "tests")
testImplementation project(path: ":core:cas-server-core-authentication-api", configuration: "tests")
Expand Down

0 comments on commit 9777160

Please sign in to comment.