Skip to content

Commit

Permalink
Improved: Upgrade Apache Shiro from 1.13.0 to 2.0.0 (OFBIZ-12961)
Browse files Browse the repository at this point in the history
Temporary workaround to compile Shiro 2.0.0 without LDAP

Thanks: Daniel for the track on dev ML
  • Loading branch information
JacquesLeRoux committed Mar 23, 2024
1 parent aa459fd commit 61f5831
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ dependencies {
implementation 'xerces:xercesImpl:2.12.2'
implementation 'org.mustangproject:library:2.8.0' // 2.10.0 did not work, cf. OFBIZ-12920 (https://github.com/apache/ofbiz-framework/pull/712#issuecomment-1968960963)

// Temporary workaround to compile Shiro 2.0.0 without LDAP
implementation 'org.apereo.cas:cas-server-core-api-authentication:5.0.10'
implementation 'org.apereo.cas:cas-server-core-util:5.0.10'
implementation 'org.apereo.cas:cas-server-support-ldap-core:5.0.10'


testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3
testImplementation 'org.mockito:mockito-core:5.10.0'
Expand Down

0 comments on commit 61f5831

Please sign in to comment.