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
a285be4f
Commit
a285be4f
authored
May 09, 2019
by
Greg Messner
Browse files
Switched to the jakarta version of the activation and servlet dependencies.
parent
76aa5190
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a285be4f
...
...
@@ -47,7 +47,8 @@
<jersey.version>
2.28
</jersey.version>
<jackson.version>
2.9.8
</jackson.version>
<javaServlet.version>
4.0.1
</javaServlet.version>
<servlet.version>
4.0.2
</servlet.version>
<activation.version>
1.2.1
</activation.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
2.27.0
</mockito.version>
...
...
@@ -356,9 +357,9 @@
<!-- javax.activation is present for Java 9+ compatibility -->
<dependency>
<groupId>
com.sun
.activation
</groupId>
<artifactId>
ja
vax
.activation
</artifactId>
<version>
1.2.0
</version>
<groupId>
jakarta
.activation
</groupId>
<artifactId>
ja
karta
.activation
-api
</artifactId>
<version>
${activation.version}
</version>
</dependency>
<dependency>
...
...
@@ -387,9 +388,9 @@
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
ja
vax
.servlet
</groupId>
<artifactId>
ja
vax
.servlet-api
</artifactId>
<version>
${
javaS
ervlet.version}
</version>
<groupId>
ja
karta
.servlet
</groupId>
<artifactId>
ja
karta
.servlet-api
</artifactId>
<version>
${
s
ervlet.version}
</version>
</dependency>
<dependency>
...
...
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