diff options
author | Martin Schreier <martin_s@apache.org> | 2022-01-11 21:30:42 +0100 |
---|---|---|
committer | Martin Schreier <martin_s@apache.org> | 2022-01-11 21:30:42 +0100 |
commit | 9a102721d6f0e4ef951901427c43f5c0dc936fd7 (patch) | |
tree | 30ba2ff907d396bb8b02db602f96a2e7d85bc5eb /archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | |
parent | a0c5e5a0b0ad6502b0e3c82862bf57287c6a1c15 (diff) | |
download | archiva-9a102721d6f0e4ef951901427c43f5c0dc936fd7.tar.gz archiva-9a102721d6f0e4ef951901427c43f5c0dc936fd7.zip |
Changing mapper interface
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index 3075d15be..eeed333a3 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -68,6 +68,10 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-scheduler-indexing</artifactId> </dependency> + <dependency> + <groupId>org.apache.archiva.configuration</groupId> + <artifactId>archiva-configuration-model</artifactId> + </dependency> <dependency> <groupId>org.apache.archiva</groupId> |