You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/10/27 00:56:52 UTC

svn commit: r708061 - in /continuum/branches/continuum-struts2: continuum-webapp/pom.xml pom.xml

Author: olamy
Date: Sun Oct 26 16:56:52 2008
New Revision: 708061

URL: http://svn.apache.org/viewvc?rev=708061&view=rev
Log:
remove use of redback-struts2-taglib (moved to redback-common-integrations)

Modified:
    continuum/branches/continuum-struts2/continuum-webapp/pom.xml
    continuum/branches/continuum-struts2/pom.xml

Modified: continuum/branches/continuum-struts2/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-struts2/continuum-webapp/pom.xml?rev=708061&r1=708060&r2=708061&view=diff
==============================================================================
--- continuum/branches/continuum-struts2/continuum-webapp/pom.xml (original)
+++ continuum/branches/continuum-struts2/continuum-webapp/pom.xml Sun Oct 26 16:56:52 2008
@@ -509,7 +509,7 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.redback</groupId>
-      <artifactId>redback-struts2-taglib</artifactId>
+      <artifactId>redback-common-integrations</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: continuum/branches/continuum-struts2/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-struts2/pom.xml?rev=708061&r1=708060&r2=708061&view=diff
==============================================================================
--- continuum/branches/continuum-struts2/pom.xml (original)
+++ continuum/branches/continuum-struts2/pom.xml Sun Oct 26 16:56:52 2008
@@ -894,7 +894,7 @@
       </dependency>
       <dependency>
         <groupId>org.codehaus.redback</groupId>
-        <artifactId>redback-struts2-taglib</artifactId>
+        <artifactId>redback-common-integrations</artifactId>
         <version>${redback.version}</version>
         <exclusions>
           <exclusion>