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
624f7fb5
Commit
624f7fb5
authored
Jan 17, 2018
by
Greg Messner
Browse files
Added javax.activation as a dependency (#129).
parent
b6b2f650
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
624f7fb5
...
...
@@ -189,6 +189,11 @@
<artifactId>
jaxb-api
</artifactId>
<version>
2.3.0
</version>
</dependency>
<dependency>
<groupId>
com.sun.activation
</groupId>
<artifactId>
javax.activation
</artifactId>
<version>
1.2.0
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.jaxrs
</groupId>
<artifactId>
jackson-jaxrs-json-provider
</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