2016-11-05 11:57:39 -04: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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2016-11-06 16:28:05 -05:00
|
|
|
|
2016-11-05 11:57:39 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>spring-session</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2016-11-06 16:28:05 -05:00
|
|
|
<packaging>pom</packaging>
|
2016-11-05 11:57:39 -04:00
|
|
|
|
|
|
|
<modules>
|
2016-11-05 22:35:52 -04:00
|
|
|
<module>jetty-session-demo</module>
|
|
|
|
<module>tomcat-session-demo</module>
|
2016-11-05 11:57:39 -04:00
|
|
|
</modules>
|
2016-11-19 03:47:17 -05:00
|
|
|
|
2016-11-05 11:57:39 -04:00
|
|
|
</project>
|