Skip to content

Commit

Permalink
Fix slf4j StaticLoggerBinder loading error (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenleaves committed Nov 3, 2021
1 parent e52b1e1 commit 52ebbaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions interactive_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.jgrapht</groupId>
Expand Down Expand Up @@ -416,11 +421,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit 52ebbaa

Please sign in to comment.