EricGao888 commented on issue #12190:
URL:
https://github.com/apache/dolphinscheduler/issues/12190#issuecomment-1260867024
Looks like we will have a cyclic reference if adding `common` dependency
into `task-plugin` module:
```
[ERROR] [ERROR] The projects in the reactor contain a cyclic reference: Edge
between
'Vertex{label='org.apache.dolphinscheduler:dolphinscheduler-common:dev-SNAPSHOT'}'
and
'Vertex{label='org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT'}'
introduces to cycle in the graph
org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT -->
org.apache.dolphinscheduler:dolphinscheduler-common:dev-SNAPSHOT -->
org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT @
[ERROR] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.apache.dolphinscheduler:dolphinscheduler-common:dev-SNAPSHOT'}'
and
'Vertex{label='org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT'}'
introduces to cycle in the graph
org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT -->
org.apache.dolphinscheduler:dolphinscheduler-common:dev-SNAPSHOT -->
org.apache.dolphinscheduler:dolphinscheduler-task-api:dev-SNAPSHOT -> [Help 1]
```

@kezhenxu94 @ruanwenjun @caishunfeng @SbloodyS May I ask whether there are
any grace solutions to this? Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]