This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch 1423-update-archetypes-and-remove-unused-flink-archetypes in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit db3b9281adfdbba13a8ef4b58ddd60fc7a5f2862 Author: Dominik Riemer <[email protected]> AuthorDate: Fri Mar 17 21:54:01 2023 +0100 Add slf4j-api to base service module (#1423) --- streampipes-service-base/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/streampipes-service-base/pom.xml b/streampipes-service-base/pom.xml index 83edf9dae..da286f5d3 100644 --- a/streampipes-service-base/pom.xml +++ b/streampipes-service-base/pom.xml @@ -105,6 +105,10 @@ <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId>
