You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/07/20 09:12:00 UTC

[GitHub] [phoenix-connectors] richardantal commented on a change in pull request #57: PHOENIX-6317 Add OWASP dependency check for connectors

richardantal commented on a change in pull request #57:
URL: https://github.com/apache/phoenix-connectors/pull/57#discussion_r672948309



##########
File path: phoenix-hive-base/pom.xml
##########
@@ -589,6 +589,7 @@
       <dependency>      
         <groupId>org.apache.calcite</groupId>
         <artifactId>calcite-core</artifactId>
+        <version>1.10.0</version>

Review comment:
       I ran  `mvn clean compile test-compile site -Dspotbugs.site` without this version and I got the following exception:
   `Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: For artifact {org.apache.calcite:calcite-core:null:jar}: The version cannot be empty.`
    So I ran `mvn dependency:tree` to check the version in phoenix4-hive and added 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: issues-unsubscribe@phoenix.apache.org

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