redisson-tomcat-10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.redisson</groupId> <artifactId>redisson-tomcat-10</artifactId> <version>3.47.0</version> </dependency>
<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> <parent> <groupId>org.redisson</groupId> <artifactId>redisson-tomcat</artifactId> <version>3.47.0</version> <relativePath>../</relativePath> </parent> <artifactId>redisson-tomcat-10</artifactId> <packaging>jar</packaging> <name>Redisson/Tomcat-10</name> <properties> <main.basedir>${project.parent.parent.basedir}</main.basedir> </properties> <dependencies> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>10.1.40</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <version>10.1.40</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jasper</artifactId> <version>10.1.40</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.1</version> <configuration> <archive> <manifestEntries> <Build-Time>${maven.build.timestamp}</Build-Time> <Automatic-Module-Name>redisson.tomcat10</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> </project>