升级到Studio7.9时,是否存在关于第三方连接器的问题?
导入/打开项目后,所有外部连接器(SAP和Salesforce)都无法导入:
Resolving dependency com.sap.conn.jco:com.sap.conn.jco.sapjco3 found the following exceptions:
org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at com.sap.conn.jco:libsapjco3:so:external-library:3.x.xSalesforce也是如此:
Resolving dependency com.mulesoft.connectors:mule-salesforce-connector found the following exceptions:
org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at com.mulesoft.connectors:mule-salesforce-connector:jar:mule-plugin:9.4.0 -> com.sun.xml.ws:jaxws-rt:jar:2.2.10
...更新:
我认为这是一个Maven问题,例如,在旧的POM文件中,任意点存储库的url为"https://maven.eu1.anypoint.mulesoft.com/api/v1/maven“,而如果我在7.9中创建了一个新项目,则为"https://maven.eu1.anypoint.mulesoft.com/api/v2/maven”。
在工作室设置中,新的是maven 3.3.9vs3.6.3。
所以,我应该做一种改变吗?还是手动降级maven版本?
发布于 2021-08-12 18:14:48
可能是因为拥有一台新机器而引起的Maven问题。如果您有一个新的$HOME/.m2目录,则将失去手动添加的依赖项( SAP?)以及目录中定制的Maven settings.xml。
如果您没有配置MuleSoft企业存储库,请按照文档中的说明:https://docs.mulesoft.com/mule-runtime/3.9/configuring-maven-to-work-with-mule-esb#referencing-mulesofts-enterprise-repositories
如果在旧计算机的本地Maven存储库中手动添加了依赖项,则需要在新计算机中再次安装它们。
https://stackoverflow.com/questions/68758333
复制相似问题