osama-raddad/encog-java

maven dependency missing: slf4j

Closed this issue · 1 comments

i'm using encog version 2.5.2 via maven repo. i get a runtime error when 
running an app using encog without dependency below:


        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.6.1</version>
        </dependency>


please add it to encog-core's pom.xml

thanks

Original issue reported on code.google.com by bog...@gmail.com on 29 Dec 2010 at 11:33

Moved to a plugin in Encog 3, so dependancy no longer exists.

Original comment by JeffHeat...@gmail.com on 15 Jul 2011 at 1:06

  • Changed state: Fixed