You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/27 08:03:47 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #3912: [tiered-storage] fix jcloud-shaded version to build in IDEA

merlimat commented on a change in pull request #3912: [tiered-storage] fix jcloud-shaded version to build in IDEA
URL: https://github.com/apache/pulsar/pull/3912#discussion_r269441199
 
 

 ##########
 File path: tiered-storage/pom.xml
 ##########
 @@ -32,6 +32,11 @@
   <artifactId>tiered-storage-parent</artifactId>
   <name>Apache Pulsar :: Tiered Storage :: Parent</name>
 
+  <properties>
+    <!-- pin the jclouds-shaded version to make the pulsar build friendly to intellij -->
+    <pulsar.jclouds.shaded.version>2.3.0</pulsar.jclouds.shaded.version>
 
 Review comment:
   The current version in master branch is actually 2.4.0-SNAPSHOT. Also we would have to make sure this is updated at each release

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