You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/24 22:04:56 UTC

[GitHub] [druid] jon-wei commented on a change in pull request #9399: Add common optional dependencies for extensions

jon-wei commented on a change in pull request #9399: Add common optional dependencies for extensions
URL: https://github.com/apache/druid/pull/9399#discussion_r383542486
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1111,6 +1111,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+           <dependency>
+               <groupId>org.postgresql</groupId>
+               <artifactId>postgresql</artifactId>
+               <version>42.2.8</version>
 
 Review comment:
   nit: suggest moving the version number definition to the `<properties>` section 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org