You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEVX-2734: prebuild producer/consumer in demo client image (#1089)
* DEVX-2734: prebuild producer/consumer in demo client image.
* DEVX-2734: use reload4j instead of log4j in ccloud-observability example
* DEVX-2734: add explicit tag to `docker push` command
Co-authored-by: Dave Troiano <[email protected]>
Copy file name to clipboardExpand all lines: ccloud-observability/pom.xml
+6-6
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,14 @@
83
83
<version>${slf4j-api.version}</version>
84
84
</dependency>
85
85
<dependency>
86
-
<groupId>org.slf4j</groupId>
87
-
<artifactId>slf4j-log4j12</artifactId>
88
-
<version>${slf4j-api.version}</version>
86
+
<groupId>ch.qos.reload4j</groupId>
87
+
<artifactId>reload4j</artifactId>
88
+
<version>${reload4j.version}</version>
89
89
</dependency>
90
-
<!-- Use a repackaged version of log4j with security patches. Default log4j v1.2 is a transitive dependency of slf4j-log4j12, but it is excluded in common/pom.xml -->
0 commit comments