Failed to execute goal on project http: Could not resolve dependencies for project org.thingsboard.transport:http:jar:3.7.1-SNAPSHOT: The following artifacts could not be resolved: org.thingsboard.common.transport:http:j
ar:3.7.1-SNAPSHOT (absent), org.thingsboard.common:queue:jar:3.7.1-SNAPSHOT (absent): Could not find artifact org.thingsboard.common.transport:http:jar:3.7.1-SNAPSHOT in nexus-tencentyun (http://mirrors.cloud.tencent.com/nexus/r
epository/maven-public/)
m2/setting.xml里的镜像,试过以下及其他很多,都不行
<mirror>
<id>nexus-tencentyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus tencentyun</name>
<url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
</mirror>
---------------------
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>