Skip to content

Commit

Permalink
Clean up build
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 12, 2024
1 parent a7b014f commit afba1a6
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ THE SOFTWARE.
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<no-test-jar>false</no-test-jar>
<spotbugs.threshold>High</spotbugs.threshold> <!-- TODO some violations remaining -->
<svnkit.version>1.10.11</svnkit.version>
</properties>

<repositories>
Expand All @@ -84,16 +85,10 @@ THE SOFTWARE.
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3221.ve8f7b_fdd149d</version>
<version>3258.vcdcf15936a_fd</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- TODO until in BOM -->
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-multibranch</artifactId>
<version>795.ve0cb_1f45ca_9a_</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -113,7 +108,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
<version>1.10.11</version>
<version>${svnkit.version}</version>
<exclusions>
<exclusion>
<groupId>com.trilead</groupId>
Expand Down Expand Up @@ -153,7 +148,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit-cli</artifactId>
<version>1.10.11</version>
<version>${svnkit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -242,7 +237,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>envinject</artifactId>
<version>2.908.v66a_774b_31d93</version>
<version>2.919.v009a_a_1067cd0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit afba1a6

Please sign in to comment.