Skip to content

Commit 28895cf

Browse files
committed
Merge pull request skyscreamer#39 from svendx4f/master
updated install documentation: maven dependency should have 'test' scope
2 parents 06d38ae + e29c657 commit 28895cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) o
7777
<groupId>org.skyscreamer</groupId>
7878
<artifactId>jsonassert</artifactId>
7979
<version>1.2.2</version>
80+
<scope>test</scope>
8081
</dependency>
8182

8283
Write tests like this:

0 commit comments

Comments
 (0)