Skip to content

Commit

Permalink
Merge pull request #75 from jglick/instance-identity
Browse files Browse the repository at this point in the history
Do not bundle a copy of `instance-identity`
  • Loading branch information
jglick authored May 19, 2022
2 parents 8470b24 + 2ee6961 commit ed5e1bc
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,8 @@
<revision>3</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>961.vf0c9f6f59827</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.sshd</groupId>
Expand All @@ -72,7 +59,7 @@
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
<version>2.2</version> <!-- We use the module for the moment -->
<scope>provided</scope> <!-- TODO pending JEP-230 we use the module -->
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down

0 comments on commit ed5e1bc

Please sign in to comment.