Skip to content

Commit 8f4b89f

Browse files
committed
Fix module name and dependency in pushgateway pom.xml
Signed-off-by: Fabian Stäber <[email protected]>
1 parent 2a27d6b commit 8f4b89f

File tree

1 file changed

+4
-7
lines changed
  • prometheus-metrics-exporter-pushgateway

1 file changed

+4
-7
lines changed

prometheus-metrics-exporter-pushgateway/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
Exporter for pushing metrics to a pushgateway.
1717
</description>
1818

19+
<properties>
20+
<automatic.module.name>io.prometheus.metrics.exporter.pushgateway</automatic.module.name>
21+
</properties>
22+
1923
<licenses>
2024
<license>
2125
<name>The Apache Software License, Version 2.0</name>
@@ -37,19 +41,12 @@
3741
</developer>
3842
</developers>
3943

40-
4144
<dependencies>
4245
<dependency>
4346
<groupId>io.prometheus</groupId>
4447
<artifactId>prometheus-metrics-exporter-common</artifactId>
4548
<version>${project.version}</version>
4649
</dependency>
47-
<dependency>
48-
<groupId>javax.xml.bind</groupId>
49-
<artifactId>jaxb-api</artifactId>
50-
<version>2.4.0-b180830.0359</version>
51-
<scope>provided</scope>
52-
</dependency>
5350
<dependency>
5451
<groupId>junit</groupId>
5552
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)