Dependency update

This commit updates the spring boot version used by the install
script and adds 3 new starters: ws, hornetq and elasticsearch
This commit is contained in:
Stephane Nicoll
2014-08-21 13:17:39 +02:00
parent 95441ef19c
commit 985016af9a
2 changed files with 7 additions and 1 deletions

View File

@@ -30,12 +30,16 @@ initializr:
id: data-gemfire id: data-gemfire
- name: Solr - name: Solr
id: data-solr id: data-solr
- name: Elasticsearch
id: data-elasticsearch
- name: I/O - name: I/O
content: content:
- name: Batch - name: Batch
id: batch id: batch
- name: Integration - name: Integration
id: integration id: integration
- name: JMS
id: hornetq
- name: AMQP - name: AMQP
id: amqp id: amqp
- name: Web - name: Web
@@ -46,6 +50,8 @@ initializr:
- web - web
- name: Websocket - name: Websocket
id: websocket id: websocket
- name: WS
id: ws
- name: Rest Repositories - name: Rest Repositories
id: data-rest id: data-rest
- name: Mobile - name: Mobile

View File

@@ -3,7 +3,7 @@
set -e set -e
# set -x # set -x
VERSION="1.1.1.RELEASE" VERSION="1.1.5.RELEASE"
if [ -z "${PREFIX}" ]; then if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin" PREFIX="/usr/local/bin"
fi fi