Skip to content

Commit

Permalink
upgrade the saml referecne for 21.01 (#19780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Jan 11, 2021
1 parent 5eb954b commit d785765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotCMS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ dependencies {
felix group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
felix group: 'com.dotcms.tika', name: 'com.dotcms.tika', version: '0.2'

felix group: 'com.dotcms.samlbundle', name: 'com.dotcms.samlbundle', version: '20.11'
felix group: 'com.dotcms.samlbundle.fragment', name: 'com.dotcms.samlbundle.fragment', version: '20.11'
felix group: 'com.dotcms.samlbundle', name: 'com.dotcms.samlbundle', version: '21.01'
felix group: 'com.dotcms.samlbundle.fragment', name: 'com.dotcms.samlbundle.fragment', version: '21.01'
/**** And now the libs we pull in from internal company sources - libs stored in ./plugins, ./bin, ./libs, the starter site, etc. ****/
compile fileTree("src/main/plugins/com.dotcms.config/build/jar").include('plugin-com.dotcms.config.jar')

Expand Down

0 comments on commit d785765

Please sign in to comment.