aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2023-05-10 21:30:40 +1000
committerOlivier Lamy <olamy@apache.org>2023-05-10 21:30:40 +1000
commit7c910b2f165a8ecad1b2d6a2699591d5706e2689 (patch)
tree60aa2a0ab20be7d807556ccf9d813a16b38a9b8b /archiva-modules
parentb0fadc98f5597b2f2ecdf17f51d7eea30a402bce (diff)
downloadarchiva-7c910b2f165a8ecad1b2d6a2699591d5706e2689.tar.gz
archiva-7c910b2f165a8ecad1b2d6a2699591d5706e2689.zip
revert some upgrade as it is too much work for a maintenance branch
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-web-common/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml
index 41d3cc5a8..6895c32a7 100644
--- a/archiva-modules/archiva-web/archiva-web-common/pom.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml
@@ -408,6 +408,16 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derbytools</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>