Polish Pivotal GemFire starter and sample
Closes gh-5439
This commit is contained in:
committed by
Stephane Nicoll
parent
63a3d003dd
commit
67f92bff1e
@@ -8,8 +8,8 @@
|
||||
<version>1.4.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-gemfire</artifactId>
|
||||
<name>Spring Boot Data Gemfire Sample</name>
|
||||
<description>Spring Boot Data Gemfire Sample</description>
|
||||
<name>Spring Boot Data GemFire Sample</name>
|
||||
<description>Spring Boot Data GemFire Sample</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
@@ -32,6 +32,11 @@
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.shell</groupId>
|
||||
<artifactId>spring-shell</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Reference in New Issue
Block a user