Skip to content

Commit

Permalink
Adding a dep on instance-identity to suppress the warning from JENKIN…
Browse files Browse the repository at this point in the history
…S-41987.
  • Loading branch information
jglick committed Jun 22, 2017
1 parent 0b1154a commit 2108a94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -152,6 +152,12 @@
<version>1.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 2108a94

Please sign in to comment.