Skip to content

Commit

Permalink
Move HTMLUnit declaration later
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Feb 18, 2024
1 parent 2243253 commit 8f42043
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials-binding</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness-htmlunit</artifactId>
<version>169.v1a_eed8806921</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- we contribute AbstractBuildParameters for Git if it's available -->
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -246,6 +240,13 @@
<artifactId>test-harness</artifactId>
<scope>test</scope>
</dependency>
<!-- Temporary during HTMLUnit 3.11.0 evaluation -->
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness-htmlunit</artifactId>
<version>169.v1a_eed8806921</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
Expand Down

0 comments on commit 8f42043

Please sign in to comment.