Skip to content

Commit d9c3142

Browse files
committed
[JENKINS-75677] do not have a runtime dependency on undeeded plugins
1 parent da6ca10 commit d9c3142

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)