Fix Ant builds following Maven updates

Update `spring-boot-sample-ant` so that it works with the CI friendly
Maven POMs.

See gh-9316
This commit is contained in:
Phillip Webb
2017-08-04 21:10:23 -07:00
parent 2855010841
commit 041d8b39d0
3 changed files with 10 additions and 6 deletions

View File

@@ -21,6 +21,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>