dev@glassfish.java.net

pom.xml review - Web Beans Integration

From: Roger Kitain <Roger.Kitain_at_Sun.COM>
Date: Fri, 24 Jul 2009 01:31:09 -0400

Index: pom.xml
===================================================================
--- pom.xml (revision 29665)
+++ pom.xml (working copy)
@@ -155,7 +155,7 @@
         <antlr.version>2.7.6</antlr.version>
         <mq.version>4.4-011-1</mq.version>
         <jaxr.version>JAXR_RA_AS90_20060317</jaxr.version>
- <webbeans.version>1.0.0.PREVIEW1</webbeans.version>
+ <webbeans.version>1.0.0.PREVIEW2.SP1</webbeans.version>
         <jersey.version>1.1.1-ea</jersey.version>
         <jbi.version>1.0</jbi.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>

Index: web/webbeans-integration/pom.xml
===================================================================
--- web/webbeans-integration/pom.xml (revision 29665)
+++ web/webbeans-integration/pom.xml (working copy)
@@ -111,8 +111,8 @@
                     <artifactId>javassist</artifactId>
                 </exclusion>
                 <exclusion>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>