heiyan-2020 commented on code in PR #2275:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2275#discussion_r1287957889


##########
hugegraph-store/hg-store-core/pom.xml:
##########
@@ -121,9 +121,48 @@
             <version>${revision}</version>
             <scope>system</scope>
             <systemPath>
-                
${project.basedir}/../hg-store-dist/src/assembly/ext-lib/hugegraph-core-1.5.0.jar
+                
${top.level.dir}/hg-store-dist/src/assembly/ext-lib/hugegraph-core-1.5.0.jar
             </systemPath>
         </dependency>
+        <!-- tinkerpop -->
+        <dependency>

Review Comment:
   As mentioned in the last item of "Main change", tinkerpop is depended on by 
`hg-store-core`, and in internal version the dependency is imported through 
`hugegraph-core`. But The current temporary solution is that importing 
`hugegraph-core` jar package through system dependency, whose dependencies 
cannot be passed on, so the dependencies need to be added again in 
`hg-store-core`



##########
hugegraph-store/hg-store-core/pom.xml:
##########
@@ -121,9 +121,48 @@
             <version>${revision}</version>
             <scope>system</scope>
             <systemPath>
-                
${project.basedir}/../hg-store-dist/src/assembly/ext-lib/hugegraph-core-1.5.0.jar
+                
${top.level.dir}/hg-store-dist/src/assembly/ext-lib/hugegraph-core-1.5.0.jar
             </systemPath>
         </dependency>
+        <!-- tinkerpop -->
+        <dependency>

Review Comment:
   As mentioned in the last item of "Main change", tinkerpop is depended on by 
`hg-store-core`, and in internal version the dependency is imported through 
`hugegraph-core`. But the current temporary solution is that importing 
`hugegraph-core` jar package through system dependency, whose dependencies 
cannot be passed on, so the dependencies need to be added again in 
`hg-store-core`



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