mirror of https://github.com/apache/archiva.git
[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:
parent
78087e7d08
commit
cfa1fffbdd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue