159 lines
5.1 KiB
Plaintext
159 lines
5.1 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.springframework.session</groupId>
|
||
|
<artifactId>spring-session</artifactId>
|
||
|
<version>1.3.5.RELEASE</version>
|
||
|
<name>Spring Session</name>
|
||
|
<description>Spring Session</description>
|
||
|
<url>https://github.com/spring-projects/spring-session</url>
|
||
|
<organization>
|
||
|
<name>Spring IO</name>
|
||
|
<url>http://projects.spring.io/spring-session</url>
|
||
|
</organization>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>The Apache Software License, Version 2.0</name>
|
||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<id>rwinch</id>
|
||
|
<name>Rob Winch</name>
|
||
|
<email>rwinch@pivotal.io</email>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
<scm>
|
||
|
<connection>scm:git:git://github.com/spring-projects/spring-session</connection>
|
||
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-session</developerConnection>
|
||
|
<url>https://github.com/spring-projects/spring-session</url>
|
||
|
</scm>
|
||
|
<issueManagement>
|
||
|
<system>GitHub</system>
|
||
|
<url>https://github.com/spring-projects/spring-session/issues</url>
|
||
|
</issueManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.hazelcast</groupId>
|
||
|
<artifactId>hazelcast</artifactId>
|
||
|
<version>3.6.8</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-logging</groupId>
|
||
|
<artifactId>commons-logging</artifactId>
|
||
|
<version>1.2</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.data</groupId>
|
||
|
<artifactId>spring-data-gemfire</artifactId>
|
||
|
<version>1.8.11.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.data</groupId>
|
||
|
<artifactId>spring-data-mongodb</artifactId>
|
||
|
<version>1.9.11.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.data</groupId>
|
||
|
<artifactId>spring-data-redis</artifactId>
|
||
|
<version>1.7.11.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.security</groupId>
|
||
|
<artifactId>spring-security-core</artifactId>
|
||
|
<version>4.2.11.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.security</groupId>
|
||
|
<artifactId>spring-security-web</artifactId>
|
||
|
<version>4.2.11.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-context</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-jdbc</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-messaging</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-web</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-websocket</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.servlet</groupId>
|
||
|
<artifactId>javax.servlet-api</artifactId>
|
||
|
<version>3.0.1</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>edu.umd.cs.mtc</groupId>
|
||
|
<artifactId>multithreadedtc</artifactId>
|
||
|
<version>1.01</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>junit</groupId>
|
||
|
<artifactId>junit</artifactId>
|
||
|
<version>4.12</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.assertj</groupId>
|
||
|
<artifactId>assertj-core</artifactId>
|
||
|
<version>2.5.0</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.mockito</groupId>
|
||
|
<artifactId>mockito-core</artifactId>
|
||
|
<version>1.10.19</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-test</artifactId>
|
||
|
<version>4.3.19.RELEASE</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|