From 6e409635fed8a8243aefb0f12a03f1ed182d6af6 Mon Sep 17 00:00:00 2001 From: Christina Crane Date: Wed, 18 Nov 2020 09:58:50 -0600 Subject: [PATCH] try #2 to fix missing classes --- dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle | 4 +++- .../fat/configInAppTests/MPJwt12MPConfigInApp_Tests.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle b/dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle index 020735c851a..e23e13ac365 100644 --- a/dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle +++ b/dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle @@ -13,6 +13,7 @@ apply from: '../wlp-gradle/subprojects/fat.gradle' dependencies { requiredLibs project(':com.ibm.ws.security.fat.common.jwt'), project(':com.ibm.ws.security.mp.jwt.1.1_fat'), + project(':com.ibm.ws.org.jose4j'), 'commons-logging:commons-logging:1.1.3', project(':com.ibm.ws.org.apache.httpcomponents'), 'net.sourceforge.htmlunit:htmlunit:2.44.0', @@ -33,7 +34,8 @@ dependencies { 'org.eclipse.birt.runtime:org.w3c.css.sac:1.3.1.v200903091627', 'commons-codec:commons-codec:1.6', 'xml-apis:xml-apis:1.4.01', - 'xerces:xercesImpl:2.11.0' + 'xerces:xercesImpl:2.11.0', + 'org.slf4j:slf4j-api:1.7.7' } /* for debugging diff --git a/dev/com.ibm.ws.security.mp.jwt.1.2_fat/fat/src/com/ibm/ws/security/mp/jwt12/fat/configInAppTests/MPJwt12MPConfigInApp_Tests.java b/dev/com.ibm.ws.security.mp.jwt.1.2_fat/fat/src/com/ibm/ws/security/mp/jwt12/fat/configInAppTests/MPJwt12MPConfigInApp_Tests.java index 3ef73576328..9965c51806c 100644 --- a/dev/com.ibm.ws.security.mp.jwt.1.2_fat/fat/src/com/ibm/ws/security/mp/jwt12/fat/configInAppTests/MPJwt12MPConfigInApp_Tests.java +++ b/dev/com.ibm.ws.security.mp.jwt.1.2_fat/fat/src/com/ibm/ws/security/mp/jwt12/fat/configInAppTests/MPJwt12MPConfigInApp_Tests.java @@ -1082,7 +1082,7 @@ public void MPJwt12MPConfigInApp_NoMPJwt12ConfigInServerXml_NoDecryptInMPConfig_ public void MPJwt12MPConfigInApp_MPJwt12ConfigInServerXmlOverrides_BadDecryptInMPConfig_InMetaInf_test() throws Exception { // config server to use a configuration that has valid decrypt info - resourceServer.reconfigureServerUsingExpandedConfiguration(_testName, "rs_server_AltConfiginApp_Good_Decrypt.xml"); + resourceServer.reconfigureServerUsingExpandedConfiguration(_testName, "rs_server_AltConfigInApp_Good_Decrypt.xml"); // use an app that has an invalid decrypt location standard12TestFlow("sign_RS256_enc_RS256", resourceServer, MpJwt12FatConstants.BAD_DECRYPT_KEY_ES256_IN_CONFIG_IN_META_INF_ROOT_CONTEXT,