Author: struberg
Date: Fri Feb 4 17:08:38 2011
New Revision: 1067225
URL: http://svn.apache.org/viewvc?rev=1067225&view=rev
Log:
add a dependencyManagement entry for openwebbeans-web
txs to Aslak Knutsen for reporting this!
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1067225&r1=1067224&r2=1067225&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Feb 4 17:08:38 2011
@@ -597,6 +597,12 @@
<dependency>
<groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans-web</artifactId>
+ <version> 1.1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-jsf</artifactId>
<version> 1.1.0-SNAPSHOT</version>
</dependency>