Author: kwright
Date: Mon Oct 15 19:02:39 2012
New Revision: 1398457
URL: http://svn.apache.org/viewvc?rev=1398457&view=rev
Log:
Pull up rest of fix for CONNECTORS-555
Modified:
manifoldcf/branches/release-1.0-branch/ (props changed)
manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml
Propchange: manifoldcf/branches/release-1.0-branch/
------------------------------------------------------------------------------
Merged /manifoldcf/trunk:r1398430
Modified: manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml?rev=1398457&r1=1398456&r2=1398457&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml
(original)
+++ manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml Mon Oct
15 19:02:39 2012
@@ -151,6 +151,11 @@
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>