Skip to content

Commit

Permalink
Remove Java 6 pom.xml from Java 7+ artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 13, 2021
1 parent d7aa41e commit efebb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/jmx_example_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</licenses>

<build>
<finalName>${artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 1 addition & 0 deletions jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<artifact>io.prometheus.jmx:jmx_prometheus_javaagent_java6</artifact>
<excludes>
<exclude>io/prometheus/jmx/shaded/org/yaml/snakeyaml/**</exclude>
<exclude>META-INF/maven/**</exclude>
</excludes>
<includes>
<include>**</include>
Expand Down

0 comments on commit efebb94

Please sign in to comment.