You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Cai-Yao (via GitHub)" <gi...@apache.org> on 2023/06/04 07:29:59 UTC

[GitHub] [arrow] Cai-Yao commented on issue #35759: [Java] maven add the flight-core failed

Cai-Yao commented on issue #35759:
URL: https://github.com/apache/arrow/issues/35759#issuecomment-1575444350

   
   
   
   > @Cai-Yao it sounds like from the other issue that you got past this problem?
   
   Thanks for your reply, I still haven't located the cause of this problem and I am currently solving it by:
   
   ```
   <dependency>
       <groupId>org.apache.arrow</groupId>
       <artifactId>flight-core</artifactId>
       <scope>system</scope>
       <systemPath>${pom.basedir}/libs/flight-core-9.0.0.jar</systemPath>
   </dependency>
   ```
   
   I'm not very good at JAVA and will ask the Doris guys for help later to see if it's a problem with some dependencies.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org