Skip to content

Commit 1336352

Browse files
authored
Merge pull request eugenp#3772 from Doha2012/master
move hamcrest text and file matchers
2 parents b346899 + a674aca commit 1336352

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

guava/pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@
4343
<version>${assertj.version}</version>
4444
<scope>test</scope>
4545
</dependency>
46-
47-
<dependency>
48-
<groupId>org.hamcrest</groupId>
49-
<artifactId>java-hamcrest</artifactId>
50-
<version>2.0.0.0</version>
51-
<scope>test</scope>
52-
</dependency>
46+
5347

5448
</dependencies>
5549

testing-modules/mockito/pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@
4646
<version>${powermock.version}</version>
4747
<scope>test</scope>
4848
</dependency>
49-
49+
50+
<dependency>
51+
<groupId>org.hamcrest</groupId>
52+
<artifactId>java-hamcrest</artifactId>
53+
<version>2.0.0.0</version>
54+
<scope>test</scope>
55+
</dependency>
56+
5057
</dependencies>
5158

5259
<build>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello world

0 commit comments

Comments
 (0)