From 2791db21e7d7f7d31ea402fe978dab216a41367f Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Sun, 23 Jun 2019 15:30:36 -0400 Subject: Fix swagger definition for blueprint processor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I69ba541b4b301735a988cf01673827a79daf1f8c Issue-ID: CCSDK-1431 Signed-off-by: Alexis de Talhouët --- ms/blueprintsprocessor/parent/pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/parent') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index b1d288979..4084f58f2 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -14,7 +14,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.cds @@ -43,7 +44,9 @@ ${ccsdk.sli.core.version} 27.0.1-jre 2.7.1 - 2.9.2 + + + 3.0.0-SNAPSHOT 1.4.197 1.2.2 1.7.4 @@ -86,6 +89,11 @@ springfox-swagger-ui ${springfox.swagger2.version} + + io.springfox + springfox-spring-webflux + ${springfox.swagger2.version} + @@ -521,6 +529,10 @@ + + io.springfox + springfox-spring-webflux + io.springfox springfox-swagger-ui @@ -584,6 +596,14 @@ + + + spring-libs-milestone + Spring Milestone Maven Repository + http://oss.jfrog.org/artifactory/oss-snapshot-local/ + + + -- cgit 1.2.3-korg