Fix trunk

This commit is contained in:
Viktor Klang 2009-08-15 15:25:06 +02:00
parent 05908f9273
commit bdb71d2178
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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());