Author: alexsmirnov
Date: 2010-06-15 19:30:51 -0400 (Tue, 15 Jun 2010)
New Revision: 17629
Modified:
root/core/branches/jsr-330/bom/pom.xml
root/core/branches/jsr-330/pom.xml
Log:
add jsr-330 to dependencies
Modified: root/core/branches/jsr-330/bom/pom.xml
===================================================================
--- root/core/branches/jsr-330/bom/pom.xml 2010-06-15 23:29:59 UTC (rev 17628)
+++ root/core/branches/jsr-330/bom/pom.xml 2010-06-15 23:30:51 UTC (rev 17629)
@@ -62,6 +62,11 @@
<artifactId>richfaces-core-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.core</groupId>
+ <artifactId>jsr330-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Required for EL-CSS func -->
<dependency>
Modified: root/core/branches/jsr-330/pom.xml
===================================================================
--- root/core/branches/jsr-330/pom.xml 2010-06-15 23:29:59 UTC (rev 17628)
+++ root/core/branches/jsr-330/pom.xml 2010-06-15 23:30:51 UTC (rev 17629)
@@ -39,6 +39,7 @@
<module>bom</module>
<module>parent</module>
<module>api</module>
+ <module>jsr330-impl</module>
<module>impl</module>
</modules>
Show replies by date