Added repositories to sample projects poms.

Updated BatchApplicationEventTests to shorten wait timeout and remove unnecessary Ignore and OutputCapture
This commit is contained in:
Glenn Renfro
2017-04-14 09:00:01 -04:00
parent d2e0dfa831
commit 85573cf5ec
5 changed files with 152 additions and 10 deletions

View File

@@ -92,6 +92,24 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
@@ -134,6 +152,5 @@
</plugin>
</plugins>
</build>
</project>