Skip to content

Commit

Permalink
try OpenLiberty#2 to fix missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
c00crane committed Nov 18, 2020
1 parent 584caae commit 6e40963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev/com.ibm.ws.security.mp.jwt.1.2_fat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e40963

Please sign in to comment.