Skip to content

Commit

Permalink
Remove duplicated dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ligasgr committed Aug 9, 2018
1 parent 576ef1d commit b2937a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion springfox-spring-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ext {
}

dependencies {
compile "io.github.lukehutch:fast-classpath-scanner:$fastClasspathScanner"
compile libs.core
compile libs.spring
compile project(':springfox-spi')
Expand Down
1 change: 0 additions & 1 deletion springfox-spring-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ext {
}

dependencies {
compile "io.github.lukehutch:fast-classpath-scanner:$fastClasspathScanner"
compile libs.core
compile libs.spring
compile project(':springfox-spi')
Expand Down

0 comments on commit b2937a1

Please sign in to comment.