You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/09/15 03:18:09 UTC

[GitHub] [orc] guiyanakuang commented on a change in pull request #908: ORC-995: Failed to build Java library. Declare dependence orc-shims

guiyanakuang commented on a change in pull request #908:
URL: https://github.com/apache/orc/pull/908#discussion_r708805448



##########
File path: java/examples/pom.xml
##########
@@ -36,6 +36,10 @@
       <groupId>org.apache.orc</groupId>
       <artifactId>orc-core</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.orc</groupId>
+      <artifactId>orc-shims</artifactId>
+    </dependency>

Review comment:
       I don't know why, but the current build prompt is the opposite of my environment, and I need some time to make sure to analyze 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: dev-unsubscribe@orc.apache.org

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