Resolved Cherry Pick conflicts

Refactored

Refactored based on conversations with wider team

Updates per code review
This commit is contained in:
Michael Minella
2016-08-29 10:04:10 -05:00
committed by Glenn Renfro
parent 86234c22f2
commit 5d08953b79
11 changed files with 87 additions and 80 deletions

View File

@@ -78,27 +78,13 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-local</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>