File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/test/java/org/apache/maven/plugins/antrun Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ under the License.
105105 <version >4.13</version >
106106 <scope >test</scope >
107107 </dependency >
108+ <dependency >
109+ <groupId >org.hamcrest</groupId >
110+ <artifactId >hamcrest-core</artifactId >
111+ <version >1.3</version >
112+ <scope >test</scope >
113+ </dependency >
108114 <dependency >
109115 <groupId >org.xmlunit</groupId >
110116 <artifactId >xmlunit-core</artifactId >
Original file line number Diff line number Diff line change 3030import org .junit .rules .TemporaryFolder ;
3131import org .xmlunit .builder .Input ;
3232
33- import static org .junit . Assert .assertThat ;
33+ import static org .hamcrest . MatcherAssert .assertThat ;
3434import static org .xmlunit .matchers .CompareMatcher .isIdenticalTo ;
3535
3636/**
You can’t perform that action at this time.
0 commit comments