Skip to content

Commit

Permalink
Removed deprecated dependency (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored Jul 4, 2024
1 parent 18b3dd0 commit f29c0ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ dependencies {
implementation group: 'org.apache.sshd', name: 'sshd-osgi', version: '2.9.3'
implementation group: 'org.apache.sshd', name: 'sshd-sftp', version: '2.9.3'

implementation ('com.github.hmcts:properties-volume-spring-boot-starter:0.1.0'){
exclude group: 'org.glassfish', module: 'jakarta.el'
}

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: versions.log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: versions.log4j
Expand Down

0 comments on commit f29c0ae

Please sign in to comment.