From b158a892c9301c6b292d2a02128a30738ae1cca2 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Wed, 7 Feb 2024 08:20:07 -0600 Subject: [PATCH] NO-JIRA small doc clarification --- docs/user-manual/using-server.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/using-server.adoc b/docs/user-manual/using-server.adoc index 60737a9a163..0af1750fc33 100644 --- a/docs/user-manual/using-server.adoc +++ b/docs/user-manual/using-server.adoc @@ -459,7 +459,7 @@ NOTE: the environment variable `JAVA_ARGS_APPEND` can be used to append or overr === Adding Runtime Dependencies -Runtime dependencies like diverts, transformers, broker plugins, JDBC drivers, password decoders, etc. must be accessible by the broker at runtime. +Runtime dependencies like transformers, broker plugins, JDBC drivers, password decoders, etc. must be accessible by the broker at runtime. Package the dependency in a jar, and put it on the broker's classpath. This can be done by placing the jar file in the `lib` directory of the broker distribution itself, by placing the jar file in the `lib` directory of the broker instance,