eXparity / hamcrest-date

A Java library which provides a suite hamcrest matchers for matching dates, times, and moments in time
BSD 3-Clause "New" or "Revised" License
70 stars 11 forks source link

Remove or update testng dependency due to errors #18

Closed Martin-Luft closed 8 years ago

Martin-Luft commented 8 years ago

Since I updated hamcrest-date from 2.0.2 to 2.0.3 I'm affected by this bug:

https://github.com/cbeust/testng/issues/496

Since hamcrest-date 2.0.3 you have the dependency to testng. Why? Can you remove it?

And your dependency version is 6.8.7 from 13.09.2013... Why? Can you update it to 6.9.11?

stewbis commented 8 years ago

Hi, The test dependency was incorrectly included without test scope. Will create a new release with the pom fixed

stewbis commented 8 years ago

Release 2.0.4 is deployed to nexus and will be available in ~ 1 hour.

Martin-Luft commented 8 years ago

:) :+1: