aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-12-26 12:55:56 +0000
committerOlivier Lamy <olamy@apache.org>2013-12-26 12:55:56 +0000
commit3c2817d54508704f21b343dce0592b2c3b70134f (patch)
treed6d79f0fbceafd915bd4960b135ce92502f2fc78 /pom.xml
parentec6548f9ff503c51155f10b5a106ef31bcd253d7 (diff)
downloadarchiva-3c2817d54508704f21b343dce0592b2c3b70134f.tar.gz
archiva-3c2817d54508704f21b343dce0592b2c3b70134f.zip
use model mapper
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1553475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 529a61aba..44c427097 100644
--- a/pom.xml
+++ b/pom.xml
@@ -575,6 +575,12 @@
</dependency>
<dependency>
+ <groupId>org.modelmapper</groupId>
+ <artifactId>modelmapper</artifactId>
+ <version>0.6.2</version>
+ </dependency>
+
+ <dependency>
<groupId>net.sf.beanlib</groupId>
<artifactId>beanlib</artifactId>
<version>5.0.2beta</version>