Skip to content

Commit

Permalink
Tweak pom so that renovate is able to update test harness (#9610)
Browse files Browse the repository at this point in the history
Remove property for group id for jenkins-test-harness
  • Loading branch information
timja authored Aug 14, 2024
1 parent 9570746 commit b182867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ THE SOFTWARE.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2250.v03a_1295b_0a_30</version>
<scope>test</scope>
Expand All @@ -163,13 +163,13 @@ THE SOFTWARE.
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness-tools</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>${project.groupId}</groupId>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
</exclusion>
</exclusions>
Expand Down

0 comments on commit b182867

Please sign in to comment.