Skip to content

Commit

Permalink
fix jcloud shaded in IDEA (apache#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambition119 authored and merlimat committed Mar 28, 2019
1 parent 625649f commit 4a739e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tiered-storage/jcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>${project.version}</version>
<version>${pulsar.jclouds.shaded.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
Expand Down
5 changes: 5 additions & 0 deletions tiered-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</properties>

<modules>
<module>jcloud</module>
</modules>
Expand Down

0 comments on commit 4a739e5

Please sign in to comment.