changeset 35:127e091e09bd

Add scope=test to junit dependency
author shade
date Tue, 19 Sep 2017 16:37:14 +0200
parents 1811e9a03fa8
children 148d3cf69970
files pom.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Sep 19 14:32:42 2017 +0200
+++ b/pom.xml	Tue Sep 19 16:37:14 2017 +0200
@@ -61,6 +61,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.12</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>