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
e33eb883
Commit
e33eb883
authored
Jan 20, 2019
by
Greg Messner
Browse files
Updated jersey and jaxb versions.
parent
28ac8d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e33eb883
...
...
@@ -5,7 +5,7 @@
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<packaging>
jar
</packaging>
<version>
4.9.1
3
-SNAPSHOT
</version>
<version>
4.9.1
4
-SNAPSHOT
</version>
<name>
GitLab API Java Client
</name>
<description>
GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API.
</description>
<url>
https://github.com/gmessner/gitlab4j-api
</url>
...
...
@@ -41,8 +41,9 @@
<java.source.version>
1.8
</java.source.version>
<java.target.version>
1.8
</java.target.version>
<jersey.version>
2.27
</jersey.version>
<jackson.version>
2.9.
6
</jackson.version>
<jackson.version>
2.9.
8
</jackson.version>
<javaServlet.version>
4.0.1
</javaServlet.version>
<jaxbApi.version>
2.3.1
</jaxbApi.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
2.19.0
</mockito.version>
<hamcrest.version>
1.3
</hamcrest.version>
...
...
@@ -202,7 +203,7 @@
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
2.3.0
</version>
<version>
${jaxbApi.version}
</version>
</dependency>
<dependency>
<groupId>
com.sun.activation
</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