I give you latest release of Specs2 Spring is 0.6.1! Download the Maven artefacts from Sonatype OSS repository.
There are no major new features in the release, but I have removed the unnecessary dependencies; and particularly the docbook-xsl dependency, which also brought in Saxon and other XML utilities, which caused trouble with Spring’s XML parsing. No more! Modify your dependencies to include
<dependency>
<groupId>org.specs2</groupId>
<artifactId>spring_2.9.2</artifactId>
<version>0.6.1</version>
<scope>test</scope>
</dependency>
Happy testing!
