Author: jbalunas(a)redhat.com
Date: 2010-05-11 20:49:42 -0400 (Tue, 11 May 2010)
New Revision: 16999
Modified:
root/commons/trunk/bom/pom.xml
Log:
Added commons version to its bom
Modified: root/commons/trunk/bom/pom.xml
===================================================================
--- root/commons/trunk/bom/pom.xml 2010-05-12 00:48:53 UTC (rev 16998)
+++ root/commons/trunk/bom/pom.xml 2010-05-12 00:49:42 UTC (rev 16999)
@@ -1,3 +1,4 @@
+
<!--
JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
Inc. and individual contributors by the @authors tag. See the
@@ -51,6 +52,12 @@
<scope>import</scope>
<type>pom</type>
</dependency>
+
+ <dependency>
+ <groupId>org.richfaces.commons</groupId>
+ <artifactId>richfaces-commons-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>