Skip to content

Commit ecea8a6

Browse files
authored
Merge branch 'master' into new-header
2 parents bda0512 + 361541b commit ecea8a6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE.
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>5.9</version>
32+
<version>5.11</version>
3333
<relativePath />
3434
</parent>
3535

@@ -71,23 +71,14 @@ THE SOFTWARE.
7171
<dependency>
7272
<groupId>io.jenkins.tools.bom</groupId>
7373
<artifactId>bom-${jenkins.baseline}.x</artifactId>
74-
<version>3482.vc10d4f6da_28a_</version>
74+
<version>4607.v67a_4791074d7</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>
7878
</dependencies>
7979
</dependencyManagement>
8080

8181
<dependencies>
82-
<dependency>
83-
<groupId>io.jenkins.plugins</groupId>
84-
<artifactId>commons-lang3-api</artifactId>
85-
</dependency>
86-
<!-- For some reason need to explicitly depend on commons-text-api and commons-lang3-api for plugin-util-api to load -->
87-
<dependency>
88-
<groupId>io.jenkins.plugins</groupId>
89-
<artifactId>commons-text-api</artifactId>
90-
</dependency>
9182
<dependency>
9283
<groupId>io.jenkins.plugins</groupId>
9384
<artifactId>ionicons-api</artifactId>
@@ -103,6 +94,7 @@ THE SOFTWARE.
10394
<scope>test</scope>
10495
</dependency>
10596
</dependencies>
97+
10698
<repositories>
10799
<repository>
108100
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)