diff options
author | James William Dumay <jdumay@apache.org> | 2008-10-26 23:57:05 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-10-26 23:57:05 +0000 |
commit | 615a79e2bd34b6a4b6b38a15be16c0d3978bb023 (patch) | |
tree | 1977375d220a71db3541dddcefa1b56dffb2fd31 | |
parent | fae5f473299fa0fcd10f2e3f2850a21c6a8e968d (diff) | |
download | archiva-615a79e2bd34b6a4b6b38a15be16c0d3978bb023.tar.gz archiva-615a79e2bd34b6a4b6b38a15be16c0d3978bb023.zip |
Updating for latest redback snapshot
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@708062 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 127d08b25..eded1ad3c 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -168,7 +168,7 @@ </dependency> <dependency> <groupId>org.codehaus.redback</groupId> - <artifactId>redback-struts2-taglib</artifactId> + <artifactId>redback-common-integrations</artifactId> </dependency> <!-- Other dependencies --> <dependency> @@ -739,7 +739,7 @@ </dependency> <dependency> <groupId>org.codehaus.redback</groupId> - <artifactId>redback-struts2-taglib</artifactId> + <artifactId>redback-common-integrations</artifactId> <version>${redback.version}</version> <exclusions> <exclusion> |