sszuev commented on PR #2420: URL: https://github.com/apache/jena/pull/2420#issuecomment-2093098065
> <dependency> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j-slf4j2-impl</artifactId> > <scope>test</scope> > </dependency> There is no logging in the module `:jena-ontapi`, I tried to avoid extra dependencies (for lib it is important). Warning comes from jena-arq > The build is looking good. > > This > > ``` > [INFO] Running org.apache.jena.ontapi.OntClassMiscTest > SLF4J: No SLF4J providers were found. > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. > ``` > > is fixed by having > > ``` > <dependency> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j-slf4j2-impl</artifactId> > <scope>test</scope> > </dependency> > ``` > > in the POM and a `log4j2-test.properties` or `log4j2.properties` file in src/test/resources. A copy of `jena-arq/src/tets/resources/log4j2.properties` will do. There is no logging in the module `:jena-ontapi`, I tried to avoid extra dependencies (for lib it is important). Warning comes from jena-arq -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
