Skip to content

Commit e29c657

Browse files
committed
updated install documentation: maven dependency should have 'test' scope
1 parent 06d38ae commit e29c657

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)