Skip to content

Commit

Permalink
Fix module name and dependency in pushgateway pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <fabian@fstab.de>
  • Loading branch information
fstab committed May 16, 2024
1 parent 2a27d6b commit 8f4b89f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions prometheus-metrics-exporter-pushgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Exporter for pushing metrics to a pushgateway.
</description>

<properties>
<automatic.module.name>io.prometheus.metrics.exporter.pushgateway</automatic.module.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -37,19 +41,12 @@
</developer>
</developers>


<dependencies>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-exporter-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 8f4b89f

Please sign in to comment.