redisson-helidon-20
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.redisson</groupId> <artifactId>redisson-helidon-20</artifactId> <version>3.51.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-helidon</artifactId> <version>3.51.0</version> <relativePath>../</relativePath> </parent> <artifactId>redisson-helidon-20</artifactId> <packaging>jar</packaging> <name>Redisson/Helidon integration</name> <properties> <main.basedir>${project.parent.parent.basedir}</main.basedir> </properties> <dependencies> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>2.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss</groupId> <artifactId>jandex</artifactId> <version>2.3.0.Final</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config</artifactId> <version>2.5.1</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.microprofile.config</groupId> <artifactId>microprofile-config-api</artifactId> <version>1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.helidon.microprofile.cdi</groupId> <artifactId>helidon-microprofile-cdi</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> </dependencies> </project>