Skip to content

Commit

Permalink
Fixed sl4j dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
datasetutil committed Jun 22, 2015
1 parent fd599c7 commit 66790ed
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 @@ -136,6 +136,11 @@
<artifactId>quartz-jobs</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.6</version>
</dependency>
</dependencies>
<build>
<defaultGoal>clean install</defaultGoal>
Expand Down

0 comments on commit 66790ed

Please sign in to comment.