Skip to content

Commit 84129c5

Browse files
authoredApr 16, 2022
make sure system-stubs-jupiter is marked for test scope
1 parent 9cdc5a9 commit 84129c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352

353353
<pluginManagement>
354354
<plugins>
355-
<!-- The se.bjurr.gitchangelog:git-changelog-maven-plugin needs to be
355+
<!-- The se.bjurr.gitchangelog:git-changelog-maven-plugin needs to be
356356
in -->
357357
<!-- this section (pluginManagement) for it to work correctly. -->
358358
<plugin>
@@ -452,6 +452,7 @@
452452
<groupId>uk.org.webcompere</groupId>
453453
<artifactId>system-stubs-jupiter</artifactId>
454454
<version>1.2.0</version>
455+
<scope>test</scope>
455456
</dependency>
456457
</dependencies>
457458

0 commit comments

Comments
 (0)
Please sign in to comment.