aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-12-26 12:56:18 +0000
committerOlivier Lamy <olamy@apache.org>2013-12-26 12:56:18 +0000
commit04d1d172a6bb67a4a10f36f2498cac22e2163f4a (patch)
treebd8833cdc9fc09316ad25f568682e0ce24b74928 /pom.xml
parent3c2817d54508704f21b343dce0592b2c3b70134f (diff)
downloadarchiva-04d1d172a6bb67a4a10f36f2498cac22e2163f4a.tar.gz
archiva-04d1d172a6bb67a4a10f36f2498cac22e2163f4a.zip
fix mapping with modelmapper
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1553476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 44c427097..ce34aed57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,21 +581,6 @@
</dependency>
<dependency>
- <groupId>net.sf.beanlib</groupId>
- <artifactId>beanlib</artifactId>
- <version>5.0.2beta</version>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>aopalliance</groupId>
- <artifactId>aopalliance</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>