Skip to content

Commit

Permalink
runtimeOnly replaces runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Sep 12, 2020
1 parent 0f5d365 commit c3fab9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
compile(identityServer)

providedCompile(libraries.tomcatEmbed)
runtime(libraries.javaxServlet)
runtime(libraries.springSecurityConfig) {
runtimeOnly(libraries.javaxServlet)
runtimeOnly(libraries.springSecurityConfig) {
exclude(module: "spring-aop")
}

Expand Down

0 comments on commit c3fab9c

Please sign in to comment.