From 672cf31c270b743f4ece2b571cf988ba9d716dfc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 2 Sep 2016 09:06:45 +0200 Subject: [PATCH] Reorganize experimental group --- .../src/main/resources/application.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 152cbf44..25c347d3 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -64,15 +64,6 @@ initializr: kotlin: version: 1.0.3 dependencies: - - name: Experimental - content: - - name: Reactive Web - id: experimental-web-reactive - groupId: org.springframework.boot.experimental - artifactId: spring-boot-starter-web-reactive - bom: experimental-reactive-bom - versionRange: 1.4.0.RC1 - description: Reactive web development with Tomcat and Spring Reactive (experimental) - name: Core content: - name: Security @@ -703,6 +694,15 @@ initializr: - name: Remote Shell id: remote-shell description: CRaSH shell integration + - name: Experimental + content: + - name: Reactive Web + id: experimental-web-reactive + groupId: org.springframework.boot.experimental + artifactId: spring-boot-starter-web-reactive + bom: experimental-reactive-bom + versionRange: 1.4.0.RC1 + description: Reactive web development with Tomcat and Spring Reactive (experimental) types: - name: Maven Project id: maven-project