Skip to content

Commit 9a9ff0b

Browse files
authored
Update README.md
1 parent da76eeb commit 9a9ff0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

managers/context-manager-slf4j/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ be automatically included into the `ContextSnapshot`.
1212
Add it to your classpath.
1313
```xml
1414
<dependency>
15-
<groupId>nl.talsmasoftware.context</groupId>
16-
<artifactId>slf4j-propagation</artifactId>
15+
<groupId>nl.talsmasoftware.context.managers</groupId>
16+
<artifactId>context-manager-slf4j</artifactId>
1717
<version>[see Maven badge above]</version>
1818
</dependency>
1919
```
@@ -27,8 +27,8 @@ The `ContextAwareExecutorService` automatically propagates the full [MDC] conten
2727
into all executed tasks this way.
2828

2929

30-
[maven-img]: https://img.shields.io/maven-central/v/nl.talsmasoftware.context/slf4j-propagation
31-
[maven]: https://search.maven.org/artifact/nl.talsmasoftware.context/slf4j-propagation
30+
[maven-img]: https://img.shields.io/maven-central/v/nl.talsmasoftware.context.managers/context-manager-slf4j
31+
[maven]: https://search.maven.org/artifact/nl.talsmasoftware.context.managers/context-manager-slf4j
3232

3333
[slf4j]: https://www.slf4j.org/
3434
[mdc]: https://www.slf4j.org/api/org/slf4j/MDC.html

0 commit comments

Comments
 (0)