chore: keep hadoop-hdfs-client and hadoop-common version consistent#457
chore: keep hadoop-hdfs-client and hadoop-common version consistent#457simon824 merged 3 commits intoapache:masterfrom
Conversation
hugegraph-loader/pom.xml
Outdated
| <groupId>org.apache.hadoop</groupId> | ||
| <artifactId>hadoop-common</artifactId> | ||
| <version>3.3.1</version> | ||
| <version>${hdfs.version}</version> |
Codecov Report
@@ Coverage Diff @@
## master #457 +/- ##
============================================
+ Coverage 62.51% 62.52% +0.01%
- Complexity 894 1867 +973
============================================
Files 91 260 +169
Lines 4396 9425 +5029
Branches 516 873 +357
============================================
+ Hits 2748 5893 +3145
- Misses 1445 3150 +1705
- Partials 203 382 +179 see 169 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| <release.name>${project.artifactId}</release.name> | ||
| <final.name>apache-${release.name}-incubating-${project.version}</final.name> | ||
| <jackson.version>2.12.3</jackson.version> | ||
| <hadoop.version>3.3.1</hadoop.version> |
There was a problem hiding this comment.
Could check whether there are other similar Hadoop dependencies in the project at the same time. If there are multiple module used it, you can put the version attribute under the root to unify them (pom)
There was a problem hiding this comment.
I will do it later.
There was a problem hiding this comment.
I will do it later.
@chenlixuan We can do it in the next pr, unify the dependencies versions of the entire project.
|
hi @chenlixuan , in order to check the LICENSE conveniently, when we update the dependency, we need also update this file at the same time (https://github.com/chenlixuan/incubator-hugegraph-toolchain/blob/master/hugegraph-dist/scripts/dependency/known-dependencies.txt #L92) and make the version of dependencies in the file consistent with pom.xml |

refer to #456