Unverified Commit 84129c51 authored by Joseph Petersen's avatar Joseph Petersen Committed by GitHub
Browse files

make sure system-stubs-jupiter is marked for test scope

parent 9cdc5a98
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<!-- The se.bjurr.gitchangelog:git-changelog-maven-plugin needs to be <!-- The se.bjurr.gitchangelog:git-changelog-maven-plugin needs to be
in --> in -->
<!-- this section (pluginManagement) for it to work correctly. --> <!-- this section (pluginManagement) for it to work correctly. -->
<plugin> <plugin>
...@@ -452,6 +452,7 @@ ...@@ -452,6 +452,7 @@
<groupId>uk.org.webcompere</groupId> <groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId> <artifactId>system-stubs-jupiter</artifactId>
<version>1.2.0</version> <version>1.2.0</version>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment