I am trying to use Apache Beam with Java using IntelliJ and I get the
"SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation" error
when I have already added the slf4j-api-2.0.0-alpha1.jar to the project structure and the slf4j dependency to the pom.xml
Here are some screenshots for more context: