Skip to content

Commit 9e6f17c

Browse files
committed
remove snapshot dependency
1 parent 1681598 commit 9e6f17c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-data/spring-data-rest-springfox/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ repositories {
2727
dependencies {
2828
compile('org.springframework.boot:spring-boot-starter-data-jpa')
2929
compile('org.springframework.boot:spring-boot-starter-data-rest')
30-
compile('io.springfox:springfox-data-rest:2.7.1-SNAPSHOT')
31-
compile('io.springfox:springfox-swagger2:2.7.1-SNAPSHOT')
32-
compile('io.springfox:springfox-swagger-ui:2.7.1-SNAPSHOT')
30+
compile('io.springfox:springfox-data-rest:2.7.1')
31+
compile('io.springfox:springfox-swagger2:2.7.1')
32+
compile('io.springfox:springfox-swagger-ui:2.7.1')
3333
compile('com.h2database:h2:1.4.196')
3434
testCompile('org.springframework.boot:spring-boot-starter-test')
3535
}

0 commit comments

Comments
 (0)