Skip to content

Commit b4bd933

Browse files
authored
Merge pull request #365 from jeromepochat/exclude-gradle
Exclude useless `gradle` test dependency
2 parents 7213897 + 518b811 commit b4bd933

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@
161161
<artifactId>jenkins-test-harness-tools</artifactId>
162162
<version>2.2</version>
163163
<scope>test</scope>
164+
<exclusions>
165+
<exclusion>
166+
<groupId>org.jenkins-ci.plugin</groupId>
167+
<artifactId>gradle</artifactId>
168+
</exclusion>
169+
</exclusions>
164170
</dependency>
165171
<dependency>
166172
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)