When using Standard Commons Logging Discovery in Java, what should you do to avoid potential conflicts related to classpath issues?
A) Add commons-logging.jar to the classpath.
B) Remove commons-logging.jar from the classpath.
C) Update commons-logging.jar to the latest version.
D) Add log4j.jar to the classpath.