Skip to content

Commit

Permalink
testing flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Mar 10, 2023
1 parent 8fb2890 commit fca9e79
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.55</version>
<version>4.56-flatten-all-deps-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -107,10 +107,15 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
<version>4.10.0-126.v64163ce5965d</version>
</dependency>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1750.v0071fa_4c4a_e3</version>
<version>1887.vda_d0ddb_c15c4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit fca9e79

Please sign in to comment.