diff options
author | Olivier Lamy <olamy@apache.org> | 2023-05-10 21:30:40 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2023-05-10 21:30:40 +1000 |
commit | 7c910b2f165a8ecad1b2d6a2699591d5706e2689 (patch) | |
tree | 60aa2a0ab20be7d807556ccf9d813a16b38a9b8b /archiva-modules | |
parent | b0fadc98f5597b2f2ecdf17f51d7eea30a402bce (diff) | |
download | archiva-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.xml | 10 |
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> |