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
e750f1ac
Commit
e750f1ac
authored
Oct 05, 2019
by
Greg Messner
Browse files
Updated dependencies.
parent
7334d84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e750f1ac
...
...
@@ -46,12 +46,12 @@
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<jersey.version>
2.29.1
</jersey.version>
<jackson.version>
2.
9.8
</jackson.version>
<jackson.version>
2.
10.0
</jackson.version>
<servlet.version>
4.0.3
</servlet.version>
<activation.version>
1.2.1
</activation.version>
<junit.version>
4.1
2
</junit.version>
<mockito.version>
3.
0
.0
</mockito.version>
<junit.version>
5.5.
2
</junit.version>
<mockito.version>
3.
1
.0
</mockito.version>
<hamcrest.version>
1.3
</hamcrest.version>
<systemRules.version>
1.19.0
</systemRules.version>
...
...
@@ -77,7 +77,6 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.3
</version>
<configuration>
<goals>
deploy
</goals>
</configuration>
...
...
@@ -394,12 +393,11 @@
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<groupId>
org.
junit
.vintage
</groupId>
<artifactId>
junit
-vintage-engine
</artifactId>
<version>
${junit.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
...
...
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