You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/11/08 21:32:07 UTC

svn commit: r593293 - /incubator/cxf/trunk/parent/pom.xml

Author: dkulp
Date: Thu Nov  8 12:32:07 2007
New Revision: 593293

URL: http://svn.apache.org/viewvc?rev=593293&view=rev
Log:
Fix build failure

Modified:
    incubator/cxf/trunk/parent/pom.xml

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=593293&r1=593292&r2=593293&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Thu Nov  8 12:32:07 2007
@@ -671,6 +671,10 @@
                         <groupId>javax.jws</groupId>
                         <artifactId>jsr181-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.jws</groupId>
+                        <artifactId>jsr181</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>