Author: mmao
Date: Fri May 11 04:23:42 2007
New Revision: 537162

URL: http://svn.apache.org/viewvc?view=rev&rev=537162
Log:
* Eclipse3.1 plugin do require saaj now


Modified:
    incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml

Modified: incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml?view=diff&rev=537162&r1=537161&r2=537162
==============================================================================
--- incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml Fri May 11 04:23:42 2007
@@ -48,10 +48,6 @@
             <version>${project.version}</version>
             <exclusions>
                 <exclusion>
-                    <groupId>javax.xml.soap</groupId>
-                    <artifactId>saaj-api</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-servlet_2.5_spec</artifactId>
                 </exclusion>
@@ -90,10 +86,6 @@
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-annotation_1.0_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.soap</groupId>
-                    <artifactId>saaj-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>


Reply via email to