Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions initializr-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ initializr:
groupId: com.vaadin
artifactId: vaadin-bom
version: 7.7.5
stormpath-bom:
groupId: com.stormpath.sdk
artifactId: stormpath-bom
version: 1.5.0
gradle:
dependency-management-plugin-version: 0.6.0.RELEASE
kotlin:
Expand Down Expand Up @@ -333,6 +337,18 @@ initializr:
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
version: 1.0.1.RELEASE
scope: test
- name: Stormpath Default
groupId: com.stormpath.spring
artifactId: stormpath-default-spring-boot-starter
id: stormpath
description: Stormpath Default Spring Boot Starter for integration with Stormpath including WebMVC, Thymeleaf and Spring Security
keywords:
- api
- auth
- mvc
- oauth
- oauth2
bom: stormpath-bom
- name: Template Engines
content:
- name: Freemarker
Expand Down