archaius
archaius copied to clipboard
Wiki user guide may need the update
According to https://github.com/Netflix/archaius/wiki/Users-Guide, it is enough to have next jars in classpath:
archaius-core-xxx.jar (latest release/snapshot of archaius-core) commons-configuration-1.8.jar commons-lang-2.6.jar commons-logging-1.1.1.jar
When I tried only these jars, I have got next exception with the samples:
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFacto
ry
at com.netflix.config.ConcurrentMapConfiguration.
It seems we need to add 'slf4j-api-1.7.5.jar' to the list of jars.