spring-boot/spring-boot-dependencies
Stephane Nicoll 6527aa0e80 Downgrade to maven-failsafe-plugin 2.18.1
This commit downgrades the maven failsafe plugin version. As of 2.19, the
generated jar is used for integration tests rather than the
`target/classes` directory. The fat jar in 1.4 has changed to move
classes to `BOOT-INF/classes` and therefore these are not found anymore.

There isn't a way to configure the jar file to use in the plugin. Users
willing to use the latest version should configure a `classifier` for the
repackaged jar so that the original jar is used by failsafe.

Closes gh-6254
2016-06-30 11:08:59 +02:00
..
src/main/xslt Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00
pom.xml Downgrade to maven-failsafe-plugin 2.18.1 2016-06-30 11:08:59 +02:00