0

I'm actually trying to run a Spring application with Maven. Nevertheless, I've got the following error:

Spring's error

Don't be cruel with me, I'm actually a novice using StackOverflow and I'm learning how to use it, so I don't really know how to paste code so here is the project code:
https://github.com/zahrof/Moteur-recherche-bibliotheque.

KazikM
  • 1,257
  • 5
  • 21
  • 29
zahrof
  • 1
  • 3

1 Answers1

0
 <dependency>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-api</artifactId>
     <version>1.7.5</version>
  </dependency>
  <dependency>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-core</artifactId>
     <version>2.13.3</version>
 </dependency>