imbajin commented on code in PR #478:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/478#discussion_r1226307520


##########
pom.xml:
##########
@@ -118,32 +119,199 @@
         <docker.hub>hugegraph</docker.hub>
         <docker.repo>${project.name}</docker.repo>
         <docker.tag>${project.version}</docker.tag>
+        <hugegraph.common.version>1.0.0</hugegraph.common.version>
+        <hive.version>3.1.3</hive.version>
         <hbase.version>2.2.3</hbase.version>
+        <hadoop.version>3.3.1</hadoop.version>
+        <zookeeper.version>3.6.2</zookeeper.version>
+        <jersey.version>3.0.3</jersey.version>
+        <junit.version>4.12</junit.version>
+        <mockito.version>2.8.47</mockito.version>
+        <lombok.version>1.18.8</lombok.version>
+        <commons.io.version>2.8.0</commons.io.version>
+        <commons.lang3.version>3.9</commons.lang3.version>
+        <commons.compress.version>1.21</commons.compress.version>
+        <commons.fileupload.version>1.5</commons.fileupload.version>
+        <commons.codec.version>1.15</commons.codec.version>
+        <commons.cli.version>1.3.1</commons.cli.version>
+        <commons.text.version>1.9</commons.text.version>
+        <commons.net.version>3.6</commons.net.version>
+        <commons.math3.version>3.4.1</commons.math3.version>
+        <commons.logging.version>1.1.3</commons.logging.version>
+        <guava.version>30.0-jre</guava.version>
+        <lz4.version>1.4.0</lz4.version>
+        <jcommand-version>1.72</jcommand-version>
+        <jackson.version>2.12.3</jackson.version>

Review Comment:
   and be careful, the jackson version may influence or have conflicts in some 
cases (like in `spark/flink` env, if we change the default version in loader, 
it's better to test it later, add a `WARN` comment for it ⚠️ )



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to