Skip to content

Commit

Permalink
chore: exlude httpclient dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed Jun 27, 2022
1 parent e0fe7a6 commit 2c8dc37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ grails.project.dependency.resolution = {
compile "javax.validation:validation-api:1.1.0.Final"
runtime "org.hibernate:hibernate-validator:5.0.3.Final"
compile 'commons-beanutils:commons-beanutils:1.8.3'
compile 'org.imsglobal:basiclti-util:1.1.2'
compile( "org.imsglobal:basiclti-util:1.1.2" ) {
excludes 'httpclient', 'httpcore'
}
compile 'org.json:json:20141113'
compile 'joda-time:joda-time:2.10.1'
compile 'com.github.jai-imageio:jai-imageio-core:1.4.0'
Expand Down

0 comments on commit 2c8dc37

Please sign in to comment.