From 46b686b04922122f58034bec9411e50a28e39574 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Fri, 7 Oct 2022 10:20:41 -0700 Subject: [PATCH] SHIBUI-2380 fix for integration testing --- backend/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/build.gradle b/backend/build.gradle index b0c823d47..506df6553 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -212,6 +212,7 @@ dependencies { integrationTestCompile platform("org.spockframework:spock-bom:2.1-groovy-3.0") integrationTestCompile "org.spockframework:spock-core" integrationTestCompile "org.spockframework:spock-spring" + integrationTestRuntime "net.shibboleth.oidc:oidc-common-saml-api:${project.'shibOIDCVersion'}" // CSV file support compile 'com.opencsv:opencsv:4.4', {