mirror of https://github.com/apache/archiva.git
[MRM-1659] Cannot connect to PostgreSQL
for the legacy webapp too. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cfa1fffbdd
commit
5de5246c4d
|
@ -861,6 +861,10 @@
|
||||||
<artifactId>spring-test</artifactId>
|
<artifactId>spring-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cglib</groupId>
|
||||||
|
<artifactId>cglib</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jpox</groupId>
|
<groupId>jpox</groupId>
|
||||||
<artifactId>jpox</artifactId>
|
<artifactId>jpox</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue