Author: jason.greene(a)jboss.com
Date: 2007-08-17 00:18:07 -0400 (Fri, 17 Aug 2007)
New Revision: 4304
Modified:
pojo/trunk/pom.xml
Log:
Add a dependancy on the test-jar of jboss cache
Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml 2007-08-17 04:17:09 UTC (rev 4303)
+++ pojo/trunk/pom.xml 2007-08-17 04:18:07 UTC (rev 4304)
@@ -28,6 +28,12 @@
<artifactId>jbosscache-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <type>test-jar</type>
+ </dependency>
</dependencies>
<build>
<plugins>
Show replies by date