Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
4a324953
Commit
4a324953
authored
Aug 07, 2018
by
Greg Messner
Browse files
Added >com.github.stefanbirkner dependency (#228).
parent
d0ffd09f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
4a324953
...
...
@@ -46,6 +46,7 @@
<junit.version>
4.12
</junit.version>
<mockito.version>
2.19.0
</mockito.version>
<hamcrest.version>
1.3
</hamcrest.version>
<systemRules.version>
1.18.0
</systemRules.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
</properties>
...
...
@@ -258,6 +259,12 @@
<version>
${hamcrest.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.github.stefanbirkner
</groupId>
<artifactId>
system-rules
</artifactId>
<version>
${systemRules.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment