Specs2 Spring 0.6.1

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!

This entry was posted in Jan's Blog and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>