diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2011-07-22 17:54:37 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2011-07-22 17:54:37 +0000 |
commit | e2fc85fd55ccb8e2d2a8e66d9a91759650cb9f7f (patch) | |
tree | 1dc75b5a6b2cd719d79951539d9d49f45d2c8b42 /pom.xml | |
parent | aad09f3bfe9ce141c409093c5f4f8917cf70ae08 (diff) |
Test scope for junit dependency.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ <groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
+ <scope>test</scope>
</dependency>
</dependencies>
|