Add the following definition to your pom.xml file:
<dependency> <groupId>net.java.quickcheck</groupId> <artifactId>quickcheck</artifactId> <version>0.6</version> <scope>test</scope> </dependency>
Have fun.
<dependency> <groupId>net.java.quickcheck</groupId> <artifactId>quickcheck</artifactId> <version>0.6</version> <scope>test</scope> </dependency>
No comments:
Post a Comment