Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
9bc7fd1e
Commit
9bc7fd1e
authored
Nov 10, 2016
by
Michael Ritter
Browse files
Update jersey libs
parent
8aca7fa3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ace-am/pom.xml
View file @
9bc7fd1e
...
...
@@ -243,7 +243,7 @@
</exclusions>
</dependency> -->
<!-- web services
-->
<!-- web services
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
...
...
@@ -254,6 +254,17 @@
<artifactId>jersey-json</artifactId>
<version>1.6</version>
</dependency>
-->
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet
</artifactId>
<version>
2.24
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-json-jackson
</artifactId>
<version>
2.24
</version>
</dependency>
<dependency>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-ws
</artifactId>
...
...
ace-am/src/main/webapp/WEB-INF/web.xml
View file @
9bc7fd1e
...
...
@@ -82,9 +82,9 @@
</listener>
<servlet>
<servlet-name>
ServletAdaptor
</servlet-name>
<servlet-class>
com.sun.jersey.spi.container
.servlet.ServletContainer
</servlet-class>
<servlet-class>
org.glassfish.jersey
.servlet.ServletContainer
</servlet-class>
<init-param>
<param-name>
com.sun.
jersey.config.
property
.packages
</param-name>
<param-name>
jersey.config.
server.provider
.packages
</param-name>
<param-value>
edu.umiacs.ace.rest
</param-value>
</init-param>
<load-on-startup>
1
</load-on-startup>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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