diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-26 12:56:18 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-26 12:56:18 +0000 |
commit | 04d1d172a6bb67a4a10f36f2498cac22e2163f4a (patch) | |
tree | bd8833cdc9fc09316ad25f568682e0ce24b74928 /pom.xml | |
parent | 3c2817d54508704f21b343dce0592b2c3b70134f (diff) | |
download | archiva-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.xml | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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> |