Skip to content

Commit

Permalink
Replace dropwizard.version to project.version
Browse files Browse the repository at this point in the history
See 3c24c64.

Also Maven has problems with loading the `dropwizard-request-logging`
module when it accessed via a user variable. See #1449.
  • Loading branch information
arteam committed Feb 6, 2016
1 parent 4021a9a commit b7c8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-request-logging</artifactId>
<version>${dropwizard.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
Expand Down

0 comments on commit b7c8721

Please sign in to comment.