spring-cloud-services-starter-service-registry
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-services-starter-service-registry</artifactId> <version>4.2.0</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-services-starter-service-registry</artifactId> <version>4.2.0</version> <packaging>pom</packaging> <name>Spring Cloud Services Service Registry Starter</name> <description>Spring Cloud Services Service Registry Starter</description> <url>https://projects.spring.io/spring-cloud/</url> <organization> <name>Pivotal Software, Inc.</name> <url>https://www.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>royclarkson</id> <name>Roy Clarkson</name> <email>rclarkson@pivotal.io</email> </developer> <developer> <id>dyroberts</id> <name>Dylan Roberts</name> <email>dyroberts@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/pivotal-cf/spring-cloud-services-starters.git</connection> <developerConnection>scm:git:ssh://git@github.com/pivotal-cf/spring-cloud-services-starters.git</developerConnection> <url>https://github.com/pivotal-cf/spring-cloud-services-starters</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/pivotal-cf/spring-cloud-services-starters/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId> <version>6.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> <version>4.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-services-service-registry-autoconfigure</artifactId> <version>4.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.pivotal.cfenv</groupId> <artifactId>java-cfenv-boot-pivotal-scs</artifactId> <version>3.3.0</version> <scope>compile</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.4.0</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2024.0.0</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>io.pivotal.cfenv</groupId> <artifactId>java-cfenv</artifactId> <version>3.3.0</version> </dependency> <dependency> <groupId>io.pivotal.cfenv</groupId> <artifactId>java-cfenv-boot-pivotal-scs</artifactId> <version>3.3.0</version> </dependency> </dependencies> </dependencyManagement> </project>