Sample e2e tests pom changes

Sample e2e tests module now inherit from the same parent pom as the other sample projects.

Resolves #88
This commit is contained in:
Soby Chacko
2018-08-22 19:19:59 -04:00
parent e2111652fd
commit b10a329fe1
+4 -8
View File
@@ -9,9 +9,10 @@
<description>Collection of Spring Cloud Stream Aggregate Samples</description>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>spring-cloud-stream-samples-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<properties>
@@ -19,11 +20,6 @@
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>