Skip to content

Commit

Permalink
[Build]Add provided dependency to make IDE eaiser to analyse code (ap…
Browse files Browse the repository at this point in the history
…ache#9001)

Since we have used shaded dependency, which IDE may not analyze well, add a provided dependency will make IDE find the right dependency code and make less error report without changing the build result.
  • Loading branch information
Renkai authored Dec 24, 2020
1 parent 99926b4 commit d5029ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tiered-storage/jcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-allblobstore</artifactId>
<version>${jclouds.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
Expand Down

0 comments on commit d5029ae

Please sign in to comment.