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 2007/09/22 09:30:23 UTC

svn commit: r578388 - in /maven/continuum/trunk: continuum-webapp/pom.xml pom.xml

Author: olamy
Date: Sat Sep 22 00:30:22 2007
New Revision: 578388

URL: http://svn.apache.org/viewvc?rev=578388&view=rev
Log:
[CONTINUUM-1355] No admin user found after Tomcat shutdown (Tomcat doesn't shutdown properly)
upgrade ehcache version to disable shutdownHook which failed with NPE.
look issue for more details

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=578388&r1=578387&r2=578388&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Sat Sep 22 00:30:22 2007
@@ -446,6 +446,10 @@
       <artifactId>redback-taglib</artifactId>
     </dependency>
     <dependency>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-jdo2</artifactId>
       <exclusions>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?rev=578388&r1=578387&r2=578388&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Sat Sep 22 00:30:22 2007
@@ -451,6 +451,11 @@
         <version>${pom.version}</version>
       </dependency>
       <dependency>
+        <groupId>net.sf.ehcache</groupId>
+        <artifactId>ehcache</artifactId>
+        <version>1.3.0</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-app-configuration-model</artifactId>
         <version>1.0</version>