removing old package for the api and reconfiguring jersey with the new package name

This commit is contained in:
Katerina Iatropoulou 2018-03-09 15:15:16 +00:00
parent 5126975df8
commit 0200152a7e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<servlet-class>com.sun.jersey.spi.spring.container.servlet.SpringServlet</servlet-class>
<init-param>
<param-name>com.sun.jersey.config.property.packages</param-name>
<param-value>eu.dnetlib.openaire.user.api.services</param-value>
<param-value>eu.dnetlib.openaire.usermanagement.api</param-value>
</init-param>
</servlet>
<servlet-mapping>