Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
e65e8820
Commit
e65e8820
authored
7 years ago
by
Greg Messner
Browse files
Options
Download
Email Patches
Plain Diff
Added javax.xml.bind 2.3.0 dependency to fix Java 9 issue (#129).
parent
27a28027
main
5.0.x
5.0.x.jdk17
6.x
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+6
-1
pom.xml
with
6 additions
and
1 deletion
+6
-1
pom.xml
+
6
-
1
View file @
e65e8820
...
...
@@ -40,7 +40,7 @@
<properties>
<jdk.version>
1.7
</jdk.version>
<jersey.version>
2.26
</jersey.version>
<jackson.version>
2.9.
1
</jackson.version>
<jackson.version>
2.9.
3
</jackson.version>
<javaServlet.version>
3.1.0
</javaServlet.version>
<junit.version>
4.12
</junit.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -184,6 +184,11 @@
</build>
<dependencies>
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
2.3.0
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.jaxrs
</groupId>
<artifactId>
jackson-jaxrs-json-provider
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets