Geoffrey De Smet wrote:
In the central repo there are 2 jars for commons-logging.On which one should I depend or should I depend on both? <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency>
If you are a normal user of commons-logging you should depend on commons-logging-api. If you extend commons-logging in any way you are better off depending on commons-logging.
-- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
