remove snapshot dependency
This commit is contained in:
@@ -27,9 +27,9 @@ repositories {
|
||||
dependencies {
|
||||
compile('org.springframework.boot:spring-boot-starter-data-jpa')
|
||||
compile('org.springframework.boot:spring-boot-starter-data-rest')
|
||||
compile('io.springfox:springfox-data-rest:2.7.1')
|
||||
compile('io.springfox:springfox-swagger2:2.7.1')
|
||||
compile('io.springfox:springfox-swagger-ui:2.7.1')
|
||||
compile('io.springfox:springfox-data-rest:2.8.0')
|
||||
compile('io.springfox:springfox-swagger2:2.8.0')
|
||||
compile('io.springfox:springfox-swagger-ui:2.8.0')
|
||||
compile('com.h2database:h2:1.4.196')
|
||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user