META-INF.maven.com.izettle.dropwizard-metrics-influxdb.pom.xml Maven / Gradle / Ivy
<?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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.izettle</groupId> <artifactId>metrics-parent</artifactId> <version>1.2.1-rc1</version> </parent> <artifactId>dropwizard-metrics-influxdb</artifactId> <name>InfluxDb Integration for DropWizard</name> <dependencies> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-metrics</artifactId> </dependency> <dependency> <groupId>com.izettle</groupId> <artifactId>metrics-influxdb</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy