You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2012/09/24 16:05:48 UTC

svn commit: r1389389 - in /manifoldcf/trunk: CHANGES.txt connectors/sharepoint/pom.xml

Author: piergiorgio
Date: Mon Sep 24 14:05:47 2012
New Revision: 1389389

URL: http://svn.apache.org/viewvc?rev=1389389&view=rev
Log:
fix for the Maven build of the SharePoint connector (CONNECTORS-538)

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/connectors/sharepoint/pom.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1389389&r1=1389388&r2=1389389&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Sep 24 14:05:47 2012
@@ -5,6 +5,9 @@ $Id$
 
 ======================= Release 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/trunk/connectors/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/pom.xml?rev=1389389&r1=1389388&r2=1389389&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/trunk/connectors/sharepoint/pom.xml Mon Sep 24 14:05:47 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>