Skip to content

Commit

Permalink
Add slf4j-simple for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kliakos committed Jan 29, 2019
1 parent 8afafce commit 9948429
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<artifactId>spark-core</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9948429

Please sign in to comment.