Skip to content

Commit 5dffae5

Browse files
committed
Add a test annotations dependency to the 5.4.x branch
1 parent 8048d2a commit 5dffae5

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
@@ -226,6 +226,12 @@
226226
</exclusion>
227227
</exclusions>
228228
</dependency>
229+
<dependency>
230+
<groupId>org.jenkins-ci</groupId>
231+
<artifactId>test-annotations</artifactId>
232+
<version>1.3</version>
233+
<scope>provided</scope>
234+
</dependency>
229235

230236
<dependency>
231237
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)