Skip to content

Commit 36274c6

Browse files
authored
Remove unnecessary workaround in test (#674)
1 parent 9f6a912 commit 36274c6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/it/parent-4x/pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.86</version>
7+
<version>5.1</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.jenkins-ci.tools.hpi.its</groupId>
@@ -13,22 +13,10 @@
1313
<packaging>hpi</packaging>
1414
<properties>
1515
<jenkins.version>2.479</jenkins.version>
16-
<!-- TODO JENKINS-73339 until in parent POM -->
17-
<jenkins-test-harness.version>2254.vcff7a_d4969e5</jenkins-test-harness.version>
1816
<hpi-plugin.version>@project.version@</hpi-plugin.version>
1917
<no-test-jar>false</no-test-jar>
2018
<spotless.check.skip>false</spotless.check.skip>
2119
</properties>
22-
<dependencyManagement>
23-
<dependencies>
24-
<!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 -->
25-
<dependency>
26-
<groupId>jakarta.servlet</groupId>
27-
<artifactId>jakarta.servlet-api</artifactId>
28-
<version>5.0.0</version>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
3220
<dependencies>
3321
<dependency>
3422
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)