META-INF.maven.com.nepxion.discovery-console-starter-redis.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discovery-console-starter-redis Show documentation
Show all versions of discovery-console-starter-redis Show documentation
Nepxion Discovery is an enhancement for Spring Cloud Discovery
<?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"> <artifactId>discovery-console-starter-redis</artifactId> <name>Nepxion Discovery Console Starter Redis</name> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> <description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description> <url>http://www.nepxion.com</url> <parent> <groupId>com.nepxion</groupId> <artifactId>discovery</artifactId> <version>3.7.7</version> </parent> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>discovery-console</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>discovery-common-redis</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy