Skip to content

Commit

Permalink
replace deprecated method (#3)
Browse files Browse the repository at this point in the history
* replace deprecated method
* direct dependency on hamcrest
  • Loading branch information
elharo authored Apr 6, 2020
1 parent 86793e6 commit 3c9012e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ under the License.
<version>4.13</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.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.junit.rules.TemporaryFolder;
import org.xmlunit.builder.Input;

import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.xmlunit.matchers.CompareMatcher.isIdenticalTo;

/**
Expand Down

0 comments on commit 3c9012e

Please sign in to comment.