This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch 1423-update-archetypes in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 4af942e05b1b3b01b4ed70bae0e0ae1fcad30a00 Author: Dominik Riemer <[email protected]> AuthorDate: Sat Mar 18 15:11:15 2023 +0100 Add slf4j-api to base service module (#1424) --- 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>
