Merge pull request #3772 from Doha2012/master

move hamcrest text and file matchers
This commit is contained in:
Loredana Crusoveanu
2018-03-06 00:30:19 +02:00
committed by GitHub
5 changed files with 10 additions and 8 deletions
+1 -7
View File
@@ -43,13 +43,7 @@
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
+8 -1
View File
@@ -46,7 +46,14 @@
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -0,0 +1 @@
Hello world