spring-cloud-finders-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.dxx</groupId> <artifactId>spring-cloud-finders-bom</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.dxx</groupId> <artifactId>spring-cloud-finders-bom</artifactId> <version>0.1.0</version> <packaging>pom</packaging> <name>spring-cloud-finders-bom</name> <description>Spring Cloud Finders BOM</description> <url>https://github.com/dxx/spring-cloud-finders</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>dxx</id> <name>dxx</name> <email>dx1898@foxmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/dxx/spring-cloud-finders.git</connection> <developerConnection>scm:git:ssh://github.com/dxx/spring-cloud-finders.git</developerConnection> <url>https://github.com/dxx/spring-cloud-finders</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.dxx</groupId> <artifactId>spring-cloud-starter-finders</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>io.github.dxx</groupId> <artifactId>spring-cloud-finders-discovery</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>3.4.13</version> </dependency> <dependency> <groupId>io.github.dxx</groupId> <artifactId>finders-client</artifactId> <version>0.1.5</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.5.8</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2020.0.3</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project>