主题 : jeecmsx1.6源码导入idea,缺少包依赖 |
级别: 秀才
![]() |
1# 发表于:2020-12-19 15:08:38 IP:118.99.*.*
|
||||
---|---|---|---|---|---|
级别: 秀才
![]() |
2# 发表于:2020-12-19 15:09:05 IP:118.99.*.*
Failed to execute goal on project jeecms-common: Could not resolve dependencies for project com.jeecms:jeecms-common:jar:x1.6.0: The following artifacts could not be resolved: com.kingbase:dialect-for-hibernate:jar:5.2.17, com.kingbase:jdbc:jar:8.2.0, com.gbase:gbase8.8_jdbc:jar:qhak_fdip_ok, com.gbase:GBaseHibernate4.1.7:jar:Dialect-8.3.81.51, com.shentong:oscarHibernate5:jar:1.0, com.shentong:oscarJDBC:jar:1.0: Failure to find com.kingbase:dialect-for-hibernate:jar:5.2.17 in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are forced -> [Help 1]
|
||
---|---|---|---|
级别: 秀才
![]() |
4# 发表于:2020-12-19 15:13:08 IP:118.99.*.*
现在就是包都无法打出来,打包直接报错:
Failed to execute goal on project jeecms-common: Could not resolve dependencies for project com.jeecms:jeecms-common:jar:x1.6.0: The following artifacts could not be resolved: com.kingbase:dialect-for-hibernate:jar:5.2.17, com.kingbase:jdbc:jar:8.2.0, com.gbase:gbase8.8_jdbc:jar:qhak_fdip_ok, com.gbase:GBaseHibernate4.1.7:jar:Dialect-8.3.81.51, com.shentong:oscarHibernate5:jar:1.0, com.shentong:oscarJDBC:jar:1.0: Failure to find com.kingbase:dialect-for-hibernate:jar:5.2.17 in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are forced -> [Help 1] |
||
---|---|---|---|
级别: 秀才
![]() |
5# 发表于:2020-12-19 15:14:22 IP:118.99.*.*
这是本地配置的maven仓库:
<mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> |
||
---|---|---|---|
级别: 秀才
![]() |
7# 发表于:2020-12-19 15:15:34 IP:118.99.*.*
clean了的
|
||
---|---|---|---|
级别: 秀才
![]() |
9# 发表于:2020-12-19 15:16:26 IP:118.99.*.*
报错的包感觉是你们自己二次开发的包,所以阿里云仓库下不了
|
||
---|---|---|---|