Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Aug 18, 2020
1 parent a3f77aa commit 3b1575d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
Dropwizard bundle and reporter for Prometheus.
</description>

<properties>
<enforcer.fail>false</enforcer.fail>
</properties>

<developers>
<developer>
<email>[email protected]</email>
Expand Down Expand Up @@ -108,10 +112,6 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 3b1575d

Please sign in to comment.