Skip to content

Commit

Permalink
Merge pull request #5 from dotCMS/issue-28863-Redis-implementation-sh…
Browse files Browse the repository at this point in the history
…ould-support-ACL-authentication-PR2

chore(redis-session-manager) dotCMS/core#28863 : Redis implementation should support ACL (username + password) authentication
  • Loading branch information
jcastro-dotcms authored Jun 20, 2024
2 parents 39361ee + f3ea5a2 commit 5b4e5d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ compileJava {
}

dependencies {
compile group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '9.0.41'
compile group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '9.0.85'
implementation 'redis.clients:jedis:4.4.6'
compile group: 'org.apache.commons', name: 'commons-pool2', version: '2.9.0'

testCompile group: 'org.apache.tomcat', name: 'tomcat-coyote', version: '9.0.41'
compile group: 'org.apache.commons', name: 'commons-pool2', version: '2.11.1'
testCompile group: 'org.apache.tomcat', name: 'tomcat-coyote', version: '9.0.85'
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down Expand Up @@ -62,7 +61,7 @@ tasks.withType(JavaCompile) {

// Artifactory configuration
artifactory {
contextUrl = 'https://repo.dotcms.com/artifactory'
contextUrl = 'https://repo.dotcms.com/ui/repos/tree/General'
publish {
repository {
repoKey = 'libs-release-local'
Expand Down

0 comments on commit 5b4e5d7

Please sign in to comment.