wavefront-spring-boot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>3.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-parent</artifactId>
<version>3.2.0</version>
<relativePath>../wavefront-spring-boot-parent</relativePath>
</parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>3.2.0</version>
<name>Wavefront Spring Boot</name>
<description>Wavefront by VMware integration for Spring Boot</description>
<url>https://www.wavefront.com/wavefront-spring-boot-bom/wavefront-spring-boot-parent/wavefront-spring-boot</url>
<organization>
<name>VMware, Inc.</name>
<url>https://www.vmware.com</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Clement Pang</name>
<email>clement@wavefront.com</email>
<organization>Wavefront</organization>
<organizationUrl>https://www.wavefront.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/wavefrontHQ/wavefront-spring-boot.git</connection>
<developerConnection>scm:git:ssh://git@github.com/wavefrontHQ/wavefront-spring-boot.git</developerConnection>
<tag>v3.2.0</tag>
<url>https://github.com/wavefrontHQ/wavefront-spring-boot</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-sdk-java</artifactId>
<version>3.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-wavefront</artifactId>
<version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>