Skip to content

Commit

Permalink
Remove spring dependency management workaround
Browse files Browse the repository at this point in the history
io.spring.dependency-management:1.1.3 fixes this issue.

See: spring-gradle-plugins/dependency-management-plugin#365
  • Loading branch information
candrews committed Aug 21, 2023
1 parent f95c6bf commit d744021
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ tasks.compileJava {
options.release = 17
}

dependencyManagement {
// workaround for https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/365
applyMavenExclusions(false)
}

// Enable dependency locking: https://docs.gradle.org/current/userguide/dependency_locking.html
// To achieve reproducible builds, it is necessary to lock versions of dependencies and transitive dependencies such that a build with the same inputs will always resolve the same module versions.
// This is called dependency locking.
Expand Down
1 change: 0 additions & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ org.osgi:org.osgi.service.prefs:1.1.2=sonarlintCoreClasspath
org.osgi:osgi.annotation:8.0.1=sonarlintCoreClasspath
org.ow2.asm:asm-commons:9.5=jacocoAnt
org.ow2.asm:asm-tree:9.5=jacocoAnt
org.ow2.asm:asm:9.0=sonarlintCoreClasspath
org.ow2.asm:asm:9.3=testCompileClasspath,testRuntimeClasspath
org.ow2.asm:asm:9.5=jacocoAnt
org.postgresql:postgresql:42.6.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
Expand Down

0 comments on commit d744021

Please sign in to comment.