reconf-spring-boot-actuator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.blocks4j.reconf</groupId> <artifactId>reconf-spring-boot-actuator</artifactId> <version>3.0.11</version> </dependency>
<?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"> <parent> <artifactId>reconf-parent</artifactId> <groupId>org.blocks4j.reconf</groupId> <version>3.0.11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>reconf-spring-boot-actuator</artifactId> <dependencies> <dependency> <groupId>org.blocks4j.reconf</groupId> <artifactId>reconf-client</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>[1.3.2-RELEASE,)</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>[1.3.2-RELEASE,)</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>[1.3.2-RELEASE,)</version> <optional>true</optional> </dependency> </dependencies> </project>