Skip to content

Commit 0aa18fa

Browse files
committed
clean up
1 parent 206e8f7 commit 0aa18fa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

support/cas-server-support-inwebo-mfa/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
description = "Apereo CAS Inwebo MFA Support"
22
dependencies {
33
api project(":api:cas-server-core-api-webflow")
4+
api project(":api:cas-server-core-api-mfa")
45

56
implementation libraries.springws
67

7-
implementation project(":api:cas-server-core-api-mfa")
8-
implementation project(":core:cas-server-core-authentication-mfa-api")
9-
implementation project(":core:cas-server-core-webflow-mfa-api")
8+
implementation project(":core:cas-server-core-webflow")
109
implementation project(":core:cas-server-core-webflow-api")
11-
implementation project(":core:cas-server-core-util-api")
10+
implementation project(":core:cas-server-core-webflow-mfa")
11+
implementation project(":core:cas-server-core-webflow-mfa-api")
12+
implementation project(":core:cas-server-core-authentication-mfa-api")
1213
implementation project(":core:cas-server-core-authentication-api")
14+
implementation project(":core:cas-server-core-util-api")
1315
implementation project(":core:cas-server-core-web-api")
1416
implementation project(":support:cas-server-support-trusted-mfa-core")
1517

support/cas-server-support-inwebo-mfa/src/test/java/org/apereo/cas/support/inwebo/config/InweboConfigurationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator;
44
import org.apereo.cas.support.inwebo.service.InweboService;
55

6+
import org.junit.jupiter.api.Tag;
67
import org.junit.jupiter.api.Test;
78
import org.springframework.beans.factory.annotation.Autowired;
89
import org.springframework.beans.factory.annotation.Qualifier;
@@ -28,6 +29,7 @@
2829
"cas.authn.mfa.inwebo.bypass.groovy.location=classpath:GroovyBypass.groovy",
2930
"cas.authn.mfa.inwebo.bypass.rest.url=http://localhost:8080/bypass"
3031
})
32+
@Tag("MFA")
3133
public class InweboConfigurationTests {
3234
@Autowired
3335
@Qualifier("inweboService")

0 commit comments

Comments
 (0)