You should add also dependency on ignite-slf4j

Evgenii

2018-08-07 9:24 GMT+03:00 monstereo <[email protected]>:

> I can not solve this problem
> pom.xml:
>  <dependency>
>             <groupId>org.apache.ignite</groupId>
>             <artifactId>ignite-log4j</artifactId>
>             <version>2.5.0</version>
>         </dependency>
>         <dependency>
>             <groupId>org.slf4j</groupId>
>             <artifactId>slf4j-api</artifactId>
>             <version>1.7.25</version>
>         </dependency>
>         <dependency>
>             <groupId>org.slf4j</groupId>
>             <artifactId>slf4j-simple</artifactId>
>             <version>1.7.25</version>
>             <scope>test</scope>
>         </dependency>
>
> ignite xml configuration
> <bean id="ignite.cfg"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>
>         <property name="gridLogger">
>             <bean class="org.apache.ignite.logger.slf4j.Slf4jLogger"/>
>         </property>
> ... default coniguration is here
> </bean
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to