Author: marius.bogoevici
Date: 2009-10-05 03:23:57 -0400 (Mon, 05 Oct 2009)
New Revision: 3844
Modified:
ri/trunk/version-matrix/pom.xml
Log:
Add dependency on org.jboss.interceptors to the matrix.
Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml 2009-10-05 03:34:45 UTC (rev 3843)
+++ ri/trunk/version-matrix/pom.xml 2009-10-05 07:23:57 UTC (rev 3844)
@@ -274,6 +274,12 @@
<artifactId>jboss-ejb3-api</artifactId>
<version>3.1.0-Alpha1</version>
</dependency>
+
+ <dependency>
+ <groupId>org.jboss.interceptors</groupId>
+ <artifactId>interceptors</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Show replies by date