Skip to content

Commit

Permalink
Described how to use Spring 4
Browse files Browse the repository at this point in the history
  • Loading branch information
4dz committed Feb 19, 2015
1 parent 9f31cbf commit ff050e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
thymeleaf-tdd
=============

Test Driven Development framework for Spring with Thymeleaf and Thymesheet.
Test Driven Development framework for Spring (3 and 4) with Thymeleaf and Thymesheet.

## Maven

Expand All @@ -13,6 +13,15 @@ Include the latest release from Maven,
<version>1.0.4</version>
<scope>test</scope>
</dependency>
If you are using Spring 4, the dependancy is slightly different.

<dependency>
<groupId>com.connect-group</groupId>
<artifactId>thymeleaf-tdd-spring4</artifactId>
<version>1.0.4</version>
<scope>test</scope>
</dependency>

Thymeleaf-TDD makes use of the full Hamcrest suite (version 1.3), and JUnit 4.11; these will be pulled in as dependancies when you include thymeleaf-tdd.

Expand Down

0 comments on commit ff050e9

Please sign in to comment.