Fix trunk
This commit is contained in:
parent
05908f9273
commit
bdb71d2178
2 changed files with 3 additions and 3 deletions
|
|
@ -11,14 +11,14 @@
|
|||
<parent>
|
||||
<artifactId>akka</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>akka-kernel</artifactId>
|
||||
<groupId>se.scalablesolutions.akka</groupId>
|
||||
<version>0.5</version>
|
||||
<version>0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.grizzly</groupId>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ public class RestTest extends TestCase {
|
|||
*/
|
||||
private static SelectorThread startJersey() {
|
||||
try {
|
||||
Servlet servlet = new se.scalablesolutions.akka.kernel.jersey.AkkaServlet();
|
||||
Servlet servlet = new se.scalablesolutions.akka.kernel.rest.AkkaServlet();
|
||||
ServletAdapter adapter = new ServletAdapter();
|
||||
adapter.setServletInstance(servlet);
|
||||
adapter.setContextPath(URI.getPath());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue