[
https://issues.apache.org/jira/browse/OFBIZ-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18039378#comment-18039378
]
ASF subversion and git services commented on OFBIZ-13206:
---------------------------------------------------------
Commit 5c66eaa681ad0ac7fec5410b764463e651cac300 in ofbiz-framework's branch
refs/heads/trunk from Jacopo Cappellato
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5c66eaa681 ]
Improved: Refactor readHtmlDocument in UelFunctions to obtain an instance of
org.w3c.dom.Document using the standard javax.xml.parsers.* APIs instead of
org.cyberneko.html.
Removing the Cyberneko dependency allows us to drop the Maven repository
https://repository.ow2.org/nexus/content/repositories/public/, which is
offline at the time of this commit (due to a license issue) and was
causing OFBiz builds to fail. This repository has also had issues in the
recent past, as reported in
https://issues.apache.org/jira/browse/OFBIZ-13206.
> Dependency Issue: Could not resolve org.cyberneko:html:1.9.8
> ------------------------------------------------------------
>
> Key: OFBIZ-13206
> URL: https://issues.apache.org/jira/browse/OFBIZ-13206
> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: Upcoming Branch
> Reporter: Sixty One
> Priority: Major
>
> {code:java}
> A problem occurred evaluating root project 'ofbiz'.
> > Could not resolve all files for configuration ':runtimeClasspath'.
> > Could not resolve org.cyberneko:html:1.9.8.
> Required by:
> project :
> > Could not resolve org.cyberneko:html:1.9.8.
> > Could not get resource
> 'https://repository.ow2.org/nexus/content/repositories/public/org/cyberneko/html/1.9.8/html-1.9.8.pom'.
> > Could not GET
> 'https://repository.ow2.org/nexus/content/repositories/public/org/cyberneko/html/1.9.8/html-1.9.8.pom'.
> > Got socket exception during request. It might be caused by
> SSL misconfiguration
> > Connect to repository.ow2.org:443
> [repository.ow2.org/54.38.13.219] failed: Connection timed out: getsockopt
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)