Skip to content

Commit

Permalink
Fixed documentation for the delete service
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jun 14, 2015
1 parent c319135 commit ae49685
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-actuator")
compile("org.springframework.boot:spring-boot-starter-data-mongodb")
compile("org.springframework.boot:spring-boot-starter-actuator")
compile "org.apache.commons:commons-lang3:3.4"
// compile "com.mangofactory:swagger-springmvc:1.0.2"

compile 'io.springfox:springfox-swagger2:2.0.1'
compile 'io.springfox:springfox-swagger-ui:2.0.1'
Expand Down Expand Up @@ -88,8 +88,6 @@ task integrationTests(type: Test) {

cloudfoundry {
target = "https://api.run.pivotal.io"
org = "wakaleo"
space = "production"
file = file("build/libs/movie-service-${jar.version}.jar")
// uri = "w.cfapps.io"
}

0 comments on commit ae49685

Please sign in to comment.