added test scope to test dependencies in the dependency management section

Former-commit-id: 63281cbc83c6003cba2c8a441e0117ade505e5a4
This commit is contained in:
Jeremy Long
2015-02-28 13:33:19 -05:00
parent 9833ff20d1
commit 203a7da23a

View File

@@ -376,16 +376,19 @@ Copyright (c) 2012 - Jeremy Long
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>