spring-session-data-geode
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-data-geode</artifactId> <version>2.7.2</version> </dependency>
<?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-data-geode</artifactId> <version>2.7.2</version> <name>spring-session-data-geode</name> <description>spring-session-data-geode</description> <url>https://spring.io/spring-security</url> <organization> <name>spring.io</name> <url>https://spring.io/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>jxblum</id> <name>John Blum</name> <email>jblum@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:spring-projects/spring-session-data-geode.git</connection> <developerConnection>scm:git:git@github.com:spring-projects/spring-session-data-geode.git</developerConnection> <url>https://github.com/spring-projects/spring-session-data-geode</url> </scm> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>compile</scope> <version>1.2.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <scope>compile</scope> <version>1.7.36</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> <scope>compile</scope> <version>1.7.36</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>compile</scope> <version>1.7.36</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-geode</artifactId> <scope>compile</scope> <version>2.7.18</version> </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-core</artifactId> <scope>compile</scope> <version>2.7.4</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <scope>compile</scope> <version>5.3.31</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jcl</artifactId> <scope>compile</scope> <version>5.3.31</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <scope>compile</scope> <optional>true</optional> <version>5.7.11</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <scope>compile</scope> <optional>true</optional> <version>5.7.11</version> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <scope>provided</scope> <version>4.0.4</version> </dependency> <dependency> <groupId>org.apache.geode</groupId> <artifactId>geode-logging</artifactId> <version>1.14.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geode</groupId> <artifactId>geode-serialization</artifactId> <version>1.14.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.umd.cs.mtc</groupId> <artifactId>multithreadedtc</artifactId> <scope>test</scope> <version>1.01</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> <version>4.13.2</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> <scope>test</scope> <version>2.17.2</version> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> <version>3.24.2</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> <version>4.5.1</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-geode-test</artifactId> <scope>test</scope> <version>0.3.7-RAJ</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> <version>5.3.31</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>test</scope> <version>5.3.31</version> </dependency> </dependencies> </project>