Skip to content

Instantly share code, notes, and snippets.

@stephan-landers
Created August 26, 2019 10:27
Show Gist options
  • Save stephan-landers/c1c73be4e9b977965cc97464921ba484 to your computer and use it in GitHub Desktop.
Save stephan-landers/c1c73be4e9b977965cc97464921ba484 to your computer and use it in GitHub Desktop.
Adding JSONAssert dependency
[...]
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
</dependency>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment