2010-01-25 20:37:03 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>tests-parent</artifactId>
|
2024-06-27 12:16:43 -04:00
|
|
|
<version>10.0.23-SNAPSHOT</version>
|
2010-01-25 20:37:03 -05:00
|
|
|
</parent>
|
|
|
|
<artifactId>test-sessions-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2024-01-03 04:12:56 -05:00
|
|
|
<name>Jetty Tests :: Sessions :: Parent</name>
|
2010-01-25 20:37:03 -05:00
|
|
|
<modules>
|
2015-10-23 01:52:05 -04:00
|
|
|
<module>test-file-sessions</module>
|
2015-09-18 01:53:52 -04:00
|
|
|
<module>test-gcloud-sessions</module>
|
2017-05-29 00:47:18 -04:00
|
|
|
<module>test-hazelcast-sessions</module>
|
2024-01-03 04:16:02 -05:00
|
|
|
<module>test-infinispan-sessions</module>
|
|
|
|
<module>test-jdbc-sessions</module>
|
|
|
|
<module>test-memcached-sessions</module>
|
|
|
|
<module>test-mongodb-sessions</module>
|
|
|
|
<module>test-sessions-common</module>
|
2010-01-25 20:37:03 -05:00
|
|
|
</modules>
|
|
|
|
</project>
|