Tidy up sample dependencies

This commit is contained in:
Dave Syer
2018-02-05 14:01:13 +00:00
parent 7361cf7434
commit 8dd4796d07
3 changed files with 5 additions and 12 deletions

4
.gitignore vendored
View File

@@ -6,12 +6,14 @@
.classpath
.project
.settings/
.sts4-cache/
target/
build/
bin/
.gradle/
*.class
.attach*
# Mobile Tools for Java (J2ME)
.mtj.tmp/
@@ -36,4 +38,4 @@ hs_err_pid*
*.log
interpolated-settings.xml
interpolated-pom.xml
dependency-reduced-pom.xml
dependency-reduced-pom.xml

View File

@@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -64,10 +64,6 @@
</dependency>
<!-- end::stub_runner[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>

View File

@@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -64,10 +64,6 @@
</dependency>
<!-- end::stub_runner[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
@@ -93,7 +89,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<excludes>
<exclude>**/*GradleTests.java</exclude>