[seam-commits] Seam SVN: r10774 - modules/trunk/version-matrix.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 5 01:37:42 EDT 2009
Author: dan.j.allen
Date: 2009-05-05 01:37:42 -0400 (Tue, 05 May 2009)
New Revision: 10774
Modified:
modules/trunk/version-matrix/pom.xml
Log:
add webbeans-logger
Modified: modules/trunk/version-matrix/pom.xml
===================================================================
--- modules/trunk/version-matrix/pom.xml 2009-05-04 23:56:38 UTC (rev 10773)
+++ modules/trunk/version-matrix/pom.xml 2009-05-05 05:37:42 UTC (rev 10774)
@@ -167,6 +167,12 @@
<artifactId>jsr299-api</artifactId>
<version>${webbeans.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>${webbeans.groupId}</groupId>
+ <artifactId>webbeans-logger</artifactId>
+ <version>${webbeans.version}</version>
+ </dependency>
<dependency>
<groupId>${webbeans.groupId}</groupId>
More information about the seam-commits
mailing list