You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2009/09/18 03:07:12 UTC

svn commit: r816422 - /webservices/axis2/trunk/java/modules/documentation/pom.xml

Author: gdaniels
Date: Fri Sep 18 01:07:12 2009
New Revision: 816422

URL: http://svn.apache.org/viewvc?rev=816422&view=rev
Log:
Fix https://issues.apache.org/jira/browse/AXIS2-4434

JavaDoc was failing due to annotations in the JAXWS metadata module that were not added as dependencies.  All better now.

Modified:
    webservices/axis2/trunk/java/modules/documentation/pom.xml

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=816422&r1=816421&r2=816422&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Fri Sep 18 01:07:12 2009
@@ -38,6 +38,10 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
         </dependency>