Skip to content

Commit b00a2b2

Browse files
authored
Merge pull request #241 from jtnord/JENKINS-75677
[JENKINS-75677] Remove runtime dependency on unneeded plugins
2 parents da6ca10 + d9c3142 commit b00a2b2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@
4040
</developer>
4141
</developers>
4242

43+
<dependencies>
44+
<!-- we do not need any of the API jars in the parent so override their scope -->
45+
<dependency>
46+
<groupId>io.jenkins.plugins</groupId>
47+
<artifactId>commons-lang3-api</artifactId>
48+
<scope>test</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>io.jenkins.plugins</groupId>
52+
<artifactId>commons-text-api</artifactId>
53+
<scope>test</scope>
54+
</dependency>
55+
</dependencies>
56+
4357
<build>
4458
<plugins>
4559
<plugin>

0 commit comments

Comments
 (0)