bytedance / bitsail

BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every day.
https://bytedance.github.io/bitsail/
Apache License 2.0
1.63k stars 335 forks source link

[Improve][Pom] Duplicate declaration of version of connector-redis #449

Closed healchow closed 1 year ago

healchow commented 1 year ago

Description

When I compiled the project, there were some warnings:

[INFO] Scanning for projects...
[WARNING] Some problems were encountered while building the effective model for com.bytedance.bitsail:bitsail-test-e2e-connector-v1-redis:jar:0.2.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.bytedance.bitsail:connector-redis:jar -> duplicate declaration of version ${revision} @ com.bytedance.bitsail:bitsail-test-e2e-connector-v1-redis:[unknown-version], /Users/healchow/projects/bitsail/bitsail-test/bitsail-test-end-to-end/bitsail-test-e2e-connector-v1/bitsail-test-e2e-connector-v1-redis/pom.xml, line 64, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

BitSail Component or Code Module

BitSail Pom

Are you willing to submit PR?

Code of Conduct