summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-security/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-security/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml
index 510fda073..512397898 100644
--- a/archiva-modules/archiva-web/archiva-security/pom.xml
+++ b/archiva-modules/archiva-web/archiva-security/pom.xml
@@ -53,6 +53,10 @@
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
<!-- Test Scoped -->
<dependency>
<groupId>org.codehaus.redback</groupId>
@@ -84,10 +88,6 @@
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <scope>test</scope>
- </dependency>
+
</dependencies>
</project>