Skip to content

Commit

Permalink
first version which documents parameters for spring-integration webmv…
Browse files Browse the repository at this point in the history
…c, removed petstore and petstore-tests
  • Loading branch information
dschulten committed Nov 6, 2018
1 parent 9f8f55c commit a926d80
Show file tree
Hide file tree
Showing 50 changed files with 714 additions and 3,463 deletions.
3 changes: 2 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ ext {
"org.springframework:spring-context:$spring",
],
springProvidedWithSpringIntegration: [
"org.springframework.integration:spring-integration-http:$spring",
"org.springframework.integration:spring-integration-http:$spring",
"org.springframework.integration:spring-integration-webflux:$spring",
],
springBootProvided : [
"org.springframework.boot:spring-boot-autoconfigure:$springBoot"
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ include 'springfox-data-rest'
include 'springfox-swagger-ui'
include 'springfox-petstore'
include 'springfox-petstore-webflux'
include 'springfox-petstore-spring-integration'

// Auxiliary projects that are not published
include 'springfox-spring-config'
include 'swagger-contract-tests'
include 'swagger-contract-tests-webflux'
include 'swagger-contract-tests-spring-integration'
23 changes: 0 additions & 23 deletions springfox-petstore-spring-integration/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a926d80

Please sign in to comment.