aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-25 06:29:30 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-25 06:29:30 +0000
commit7156611df05dc611ea030e74358730f1f1273dbb (patch)
treedb4c5d47f45fd97c95c22ff94415b4a613ce04b1 /pom.xml
parent306610e85332ed6f22e3e86f9fd51b84d62479ef (diff)
downloadarchiva-7156611df05dc611ea030e74358730f1f1273dbb.tar.gz
archiva-7156611df05dc611ea030e74358730f1f1273dbb.zip
use assertj as fest-assert is not maintained anymore
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9772833c1..521843841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,9 +121,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.easytesting</groupId>
- <artifactId>fest-assert-core</artifactId>
- <version>2.0M9</version>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>