Skip to content

Commit

Permalink
Fixed spring swagger dependencies. See eventuate-examples/eventuate-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Sep 11, 2020
1 parent eaf8e54 commit 7d94c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eventuate-util-spring-swagger/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: PublicModulePlugin

dependencies {
compile "io.springfox:springfox-swagger2:2.9.2"
compile "io.springfox:springfox-swagger-ui:2.9.2"
compile 'io.springfox:springfox-boot-starter:3.0.0'
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ deployUrl=file:///Users/cer/.m2/testdeploy
eventuateMavenRepoUrl=
springBootVersion=1.4.7.RELEASE
swaggerUiVersion=3.17.1
version=0.5.0-SNAPSHOT
version=0.5.1-SNAPSHOT

0 comments on commit 7d94c1a

Please sign in to comment.