[
https://issues.apache.org/jira/browse/CONNECTORS-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880937#comment-13880937
]
Muhammed Olgun edited comment on CONNECTORS-868 at 1/24/14 12:50 PM:
---------------------------------------------------------------------
Index: connectors/alfresco/pom.xml
===================================================================
--- connectors/alfresco/pom.xml (revision 1560954)
+++ connectors/alfresco/pom.xml (working copy)
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
- <version>1.0.1</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
@@ -197,9 +197,9 @@
<version>1.4</version>
</dependency>
<dependency>
- <groupId>xml-security</groupId>
+ <groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>1.4.1</version>
+ <version>2.0.0-beta</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
was (Author: molgun):
I changed opensaml and xmlsec versions with this patch and didn't get any error.
> jars referenced by mvn-bootstrap may be available in Maven
> ----------------------------------------------------------
>
> Key: CONNECTORS-868
> URL: https://issues.apache.org/jira/browse/CONNECTORS-868
> Project: ManifoldCF
> Issue Type: Bug
> Components: Build
> Affects Versions: ManifoldCF 1.5
> Reporter: Karl Wright
> Assignee: Karl Wright
> Labels: maven, patch
> Fix For: ManifoldCF 1.6
>
>
> Right now, we have unfulfilled Maven dependencies on two jars:
> opensaml 1.0.1
> xmlsec 1.4.1
> Both of these seem to actually be in maven now, perhaps in forms that will
> work:
> org.apache.santuario xmlsec 2.0.0-beta
> xfire opensaml 1.0.1
> If these are confirmed to work (I believe they are used for Alfresco tests
> only), we should remove mvn-bootstrap from the build and from the
> instructions, and update dependencies accordingly.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)