dongjoon-hyun commented on pull request #11518:
URL: https://github.com/apache/druid/pull/11518#issuecomment-890128999


   @rohangarg . Are you sure about your comment? Druid analyze check seems to 
enforce the declaration.
   > I saw that orc-mapreduce has marked orc-core as its dependency so maybe we 
could just use that. 
   - https://app.travis-ci.com/github/apache/druid/jobs/528073697
   ```
   [WARNING] Used undeclared dependencies found:
   [WARNING]    org.apache.orc:orc-core:jar:1.6.9:compile
   [INFO] Add the following to your pom to correct the missing dependencies: 
   [INFO] 
   <dependency>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-core</artifactId>
     <version>1.6.9</version>
   </dependency>
   ```
   
   I'll revert the last commit because this PR already passed before the last 
commit.


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