summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml2
-rw-r--r--pom.xml2
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>
diff --git a/pom.xml b/pom.xml
index f2cc8ec0e..ae9839f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>