[MRM-1659] Cannot connect to PostgreSQL

add cglib dependency as proposed by Chris Harris.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-21 07:24:11 +00:00
parent 78087e7d08
commit cfa1fffbdd
2 changed files with 10 additions and 1 deletions

View File

@ -418,7 +418,6 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-rest-services</artifactId>
<exclusions>
@ -538,6 +537,11 @@
</exclusions>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox</artifactId>

View File

@ -1439,6 +1439,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>