mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 12:48:02 +08:00
Enable Spring Boot Admin snapshots with Spring Boot snapshots
This commit is contained in:
parent
4e2d30b0c0
commit
5cb8d14fd9
@ -42,8 +42,11 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.5.9.RELEASE,2.0.0.M1)"
|
- versionRange: "[1.5.9.RELEASE,2.0.0.M1)"
|
||||||
version: 1.5.7
|
version: 1.5.7
|
||||||
- versionRange: "2.0.0.M1"
|
- versionRange: "[2.0.0.M1,2.0.x.BUILD-SNAPSHOT)"
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
|
- versionRange: "2.0.x.BUILD-SNAPSHOT"
|
||||||
|
version: 2.0.1-SNAPSHOT
|
||||||
|
repositories: sonatype-snapshots
|
||||||
keycloak:
|
keycloak:
|
||||||
groupId: org.keycloak.bom
|
groupId: org.keycloak.bom
|
||||||
artifactId: keycloak-adapter-bom
|
artifactId: keycloak-adapter-bom
|
||||||
@ -161,6 +164,11 @@ initializr:
|
|||||||
dependency-management-plugin-version: 0.6.0.RELEASE
|
dependency-management-plugin-version: 0.6.0.RELEASE
|
||||||
kotlin:
|
kotlin:
|
||||||
default-version: 1.2.41
|
default-version: 1.2.41
|
||||||
|
repositories:
|
||||||
|
sonatype-snapshots:
|
||||||
|
name: Sonatype Snapshots
|
||||||
|
url: https://oss.sonatype.org/content/repositories/snapshots/
|
||||||
|
snapshotsEnabled: true
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: Core
|
- name: Core
|
||||||
content:
|
content:
|
||||||
|
Loading…
Reference in New Issue
Block a user