Closed GoogleCodeExporter closed 8 years ago
current workaround when using lambdaj : exclude hamcrest-all and explicitly
declare hamcrest-library
<dependency>
<groupId>com.googlecode.lambdaj</groupId>
<artifactId>lambdaj</artifactId>
<version>2.3.3</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.2.1</version>
</dependency>
Original comment by redfish4...@gmail.com
on 6 Jan 2012 at 4:21
Fixed in lambdaj 2.4
Original comment by mario.fu...@gmail.com
on 29 Jan 2012 at 11:10
Original issue reported on code.google.com by
redfish4...@gmail.com
on 13 Dec 2011 at 10:02