Reputation: 28345
I have the slf4j jar, and inside it there's a pom with
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
There's no version specified. Does that mean it's using the last version?
The jar name is slf4j-log4j12, does that mean it's using log4j 1.2?
Upvotes: 2
Views: 1663