Maven 报错:Process terminated

在整理老旧项目时遇到Maven错误,提示存在循环依赖。错误信息指出项目中的doraemon-interface和doraemon-service互相依赖形成循环。为了解决此问题,需要调整这两个模块之间的依赖关系,确保它们之间不再直接引用,从而消除错误。
摘要由CSDN通过智能技术生成

今天在整理一个老旧项目时,发生了maven错误
在这里插入图片描述
百度了一下没有解决问题
点击查看报错信息
在这里插入图片描述
发现这么一个提示

[ERROR] [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.zto:doraemon-interface:1.0-SNAPSHOT'}' and 'Vertex{label='com.zto:doraemon-service:1.0-SNAPSHOT'}' introduces to cycle in the graph com.zto:doraemon-service:1.0-SNAPSHOT --> com.zto:doraemon-interface:1.0-SNAPSHOT --> com.zto:doraemon-service:1.0-SNAPSHOT @ 
[ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.zto:doraemon-interface:1.0-SNAPSHOT'}' and 'Vertex{label='com.zto:doraemon-service:1.0-SNAPSHOT'}' introduces to cycle in the graph com.zto:doraemon-service:1.0-SNAPSHOT --> com.zto:doraemon-interface:1.0-SNAPSHOT --> com.zto:doraemon-service:1.0-SNAPSHOT -> [Help 1]

也就是出现了循环依赖,项目中的interface和service互相依赖,导致报错,修改掉就好了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值