We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454373d commit c81ddf2Copy full SHA for c81ddf2
computer/pom.xml
@@ -94,7 +94,8 @@
94
<revision>1.5.0</revision>
95
<!-- TODO: fix deps conflicts & update to 1.5.0 -->
96
<hugegraph-commons-version>1.3.0</hugegraph-commons-version>
97
- <hugegraph-toolchain-version>${revision}</hugegraph-toolchain-version>
+ <!-- FIXME: DegreeCentralityTest:L50 failed with loader 1.5.0 -->
98
+ <hugegraph-toolchain-version>1.3.0</hugegraph-toolchain-version>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
100
<top.level.dir>${project.basedir}/..</top.level.dir>
101
<release.name>hugegraph-computer</release.name>
0 commit comments