Author: jbalunas(a)redhat.com
Date: 2010-07-10 12:01:23 -0400 (Sat, 10 Jul 2010)
New Revision: 17807
Modified:
root/build/bom/trunk/pom.xml
root/core/trunk/bom/pom.xml
Log:
RF-8910 Updated and centralized option runtime cache versions
Modified: root/build/bom/trunk/pom.xml
===================================================================
--- root/build/bom/trunk/pom.xml 2010-07-10 12:10:46 UTC (rev 17806)
+++ root/build/bom/trunk/pom.xml 2010-07-10 16:01:23 UTC (rev 17807)
@@ -98,7 +98,24 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
</dependency>
- </dependencies>
+
+ <!-- Optional cache dependencies -->
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>oscache</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <version>3.2.5.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ <version>1.6.0</version>
+ </dependency>
+ </dependencies>
</dependencyManagement>
<build>
Modified: root/core/trunk/bom/pom.xml
===================================================================
--- root/core/trunk/bom/pom.xml 2010-07-10 12:10:46 UTC (rev 17806)
+++ root/core/trunk/bom/pom.xml 2010-07-10 16:01:23 UTC (rev 17807)
@@ -69,23 +69,6 @@
<artifactId>cssparser</artifactId>
<version>0.9.5</version>
</dependency>
-
- <!-- TODO: legacy dependnecies -->
- <dependency>
- <groupId>opensymphony</groupId>
- <artifactId>oscache</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.cache</groupId>
- <artifactId>jbosscache-core</artifactId>
- <version>3.1.0.GA</version>
- </dependency>
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>1.6.0</version>
- </dependency>
</dependencies>
</dependencyManagement>
Show replies by date