Skip to content

Commit

Permalink
Adding okhttp dependency to spotbugs pom (Azure#5238)
Browse files Browse the repository at this point in the history
Adds missing dependency to Spotbugs aggregate report which caused it to fail.
  • Loading branch information
anuchandy authored and alzimmermsft committed Sep 4, 2019
1 parent c58d822 commit b83b91e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<artifactId>azure-core-http-netty</artifactId>
<version>${azure-core.version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>${azure-core.version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
Expand Down

0 comments on commit b83b91e

Please sign in to comment.