Skip to content

Commit

Permalink
3.x: fix tracing docs with incorrect webclient artifact ids (#6029)
Browse files Browse the repository at this point in the history
* Fix 6028 3.x tracing docs have incorrect group/artifact IDs for WebClient
  • Loading branch information
barchetta authored Feb 1, 2023
1 parent 55e0455 commit 83abb0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/se/tracing.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2019, 2022 Oracle and/or its affiliates.
Copyright (c) 2019, 2023 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -286,12 +286,12 @@ Tracing propagation is automatic as long as the current span context is availabl
[source,xml]
----
<dependency>
<groupId>io.helidon.reactive.webclient</groupId>
<artifactId>helidon-reactive-webclient</artifactId>
<groupId>io.helidon.webclient</groupId>
<artifactId>helidon-webclient</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.reactive.webclient</groupId>
<artifactId>helidon-reactive-webclient-tracing</artifactId>
<groupId>io.helidon.webclient</groupId>
<artifactId>helidon-webclient-tracing</artifactId>
</dependency>
----
Expand Down

0 comments on commit 83abb0e

Please sign in to comment.