Skip to content

Commit

Permalink
Fixes #453. Clarify java-uuid-provider dependency requirements in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr authored Dec 14, 2020
1 parent a398040 commit 5026ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ If you get `ClassNotFoundException`/`NoClassDefFoundError`/`NoSuchMethodError` a
* logback-classic (required for logging _LoggingEvents_)
* logback-access (required for logging _AccessEvents_)
* slf4j-api
* java-uuid-generator (required if the `uuid` provider is used)

Older versions than the ones specified in the pom file _might_ work, but the versions in the pom file are what testing has been performed against.

Expand Down Expand Up @@ -2025,6 +2026,7 @@ For LoggingEvents, the available providers and their configuration properties (d
</ul></li>
<li><tt>ethernet</tt> - Only for 'time' strategy. When defined - MAC address to use for location part of UUID. Set it to <tt>interface</tt> value to use real underlying network interface or to specific values like <tt>00:C0:F0:3D:5B:7C</tt></li>
</ul>
<p>Note: The <a href="https://mvnrepository.com/artifact/com.fasterxml.uuid/java-uuid-generator/"><tt>com.fasterxml.uuid:java-uuid-generator</tt></a> optional dependency must be added to applications that use the `uuid` provider.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 5026ff0

Please sign in to comment.