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
9f6022dc
Commit
9f6022dc
authored
Sep 17, 2017
by
Greg Messner
Browse files
Udated Jackson and Jersey verions.
parent
ca72221b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
9f6022dc
...
...
@@ -39,8 +39,9 @@
<properties>
<jdk.version>
1.7
</jdk.version>
<jersey.version>
2.25.1
</jersey.version>
<jackson.version>
2.8.8
</jackson.version>
<jersey.version>
2.26
</jersey.version>
<jackson.version>
2.9.1
</jackson.version>
<javaServlet.version>
3.1.0
</javaServlet.version>
<junit.version>
4.12
</junit.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
@@ -159,7 +160,7 @@
<limit
implementation=
"org.jacoco.report.check.Limit"
>
<counter>
COMPLEXITY
</counter>
<value>
COVEREDRATIO
</value>
<minimum>
0.
6
0
</minimum>
<minimum>
0.
5
0
</minimum>
</limit>
</limits>
</rule>
...
...
@@ -188,6 +189,11 @@
<artifactId>
jackson-jaxrs-json-provider
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.inject
</groupId>
<artifactId>
jersey-hk2
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-client
</artifactId>
...
...
@@ -196,7 +202,7 @@
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
3.1.0
</version>
<version>
${javaServlet.version}
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
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