[
https://issues.apache.org/jira/browse/OFBIZ-12171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281465#comment-17281465 ]
Michael Brohl commented on OFBIZ-12171:
---------------------------------------
I am now able to build IFBiz without jCenter using mavenCentral and additional repositories hosting artifacts which are not available at mavenCentral.
With one exception for a dependency in the ldap plugin (cas-server) for xmldsig:
{noformat}
A problem occurred evaluating root project 'ofbiz'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find xmldsig-1.0.jar (javax.xml:xmldsig:1.0).
Searched in the following locations:
https://repo.maven.apache.org/maven2/javax/xml/xmldsig/1.0/xmldsig-1.0.jar{noformat}
Problem here is that the library jar is not available. The upgrade to a newer cas-server version requires an update of our OFBizActiveDirectoryAuthenticationHandler code due to API changes.
Work for another day (or night...).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)