Skip to content

Commit

Permalink
add log dependency (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Nov 23, 2021
1 parent d7be86b commit 5923b3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
<artifactId>nebula-flink-connector</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5923b3d

Please sign in to comment.