diff options
-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> |