Author: kwright
Date: Mon Sep 24 14:12:39 2012
New Revision: 1389394

URL: http://svn.apache.org/viewvc?rev=1389394&view=rev
Log:
Pull up fix for CONNECTORS-538 from trunk.

Modified:
    manifoldcf/branches/release-1.0-branch/   (props changed)
    manifoldcf/branches/release-1.0-branch/CHANGES.txt
    manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml

Propchange: manifoldcf/branches/release-1.0-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1389389

Modified: manifoldcf/branches/release-1.0-branch/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/CHANGES.txt?rev=1389394&r1=1389393&r2=1389394&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.0-branch/CHANGES.txt Mon Sep 24 14:12:39 2012
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 1.0 =====================
 
+CONNECTORS-538: Maven build broken on SharePoint Connector
+(Piergiorgio Lucidi)
+
 CONNECTORS-537: NPE when trying to display a history report when
 the corresponding connector is unregistered.
 (Erlend Garason, Karl Wright)

Modified: manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml?rev=1389394&r1=1389393&r2=1389394&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml 
(original)
+++ manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml Mon 
Sep 24 14:12:39 2012
@@ -92,6 +92,35 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>axistools-maven-plugin</artifactId>
         <version>1.4</version>
+        
+                               <dependencies>
+                                       <dependency>
+                                               
<groupId>org.apache.axis</groupId>
+                                               <artifactId>axis</artifactId>
+                                               <version>1.4</version>
+                                       </dependency>
+                                       <dependency>
+                                               
<groupId>commons-logging</groupId>
+                                               
<artifactId>commons-logging</artifactId>
+                                               
<version>${commons-logging.version}</version>
+                                       </dependency>
+                                       <dependency>
+                                               
<groupId>commons-discovery</groupId>
+                                               
<artifactId>commons-discovery</artifactId>
+                                               <version>0.2</version>
+                                       </dependency>
+                                       <dependency>
+                                               <groupId>javax.xml</groupId>
+                                               
<artifactId>jaxrpc-api</artifactId>
+                                               <version>1.1</version>
+                                       </dependency>
+                                       <dependency>
+                                               <groupId>wsdl4j</groupId>
+                                               <artifactId>wsdl4j</artifactId>
+                                               <version>1.6.2</version>
+                                       </dependency>
+                               </dependencies>
+        
         <configuration>
           <sourceDirectory>wsdls</sourceDirectory>
           <verbose>true</verbose>


Reply via email to