Skip to content

Commit 4a32495

Browse files
committed
Added >com.github.stefanbirkner dependency (#228).
1 parent d0ffd09 commit 4a32495

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<junit.version>4.12</junit.version>
4747
<mockito.version>2.19.0</mockito.version>
4848
<hamcrest.version>1.3</hamcrest.version>
49+
<systemRules.version>1.18.0</systemRules.version>
4950
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5051
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5152
</properties>
@@ -258,6 +259,12 @@
258259
<version>${hamcrest.version}</version>
259260
<scope>test</scope>
260261
</dependency>
262+
<dependency>
263+
<groupId>com.github.stefanbirkner</groupId>
264+
<artifactId>system-rules</artifactId>
265+
<version>${systemRules.version}</version>
266+
<scope>test</scope>
267+
</dependency>
261268
</dependencies>
262269

263270
</project>

0 commit comments

Comments
 (0)