Reinstate xmemcached module

This commit is contained in:
Jan Bartel 2016-06-16 10:31:36 +10:00
parent 5093df33dc
commit fd0c2c968c
2 changed files with 8 additions and 2 deletions

View File

@ -587,10 +587,15 @@
<artifactId>jetty-gcloud-session-manager</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.memcached</groupId>
<artifactId>jetty-memcached-sessions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-nosql</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
</project>

View File

@ -20,5 +20,6 @@
<Set name="sessionDataMapFactory"><Ref id="sessionDataMapFatory"/></Set>
</New>
</Arg>
</Call>
</Configure>
</Configure>