Added slf4j, because hikari uses it. Closes #50
This commit is contained in:
parent
45b8ec025d
commit
870b454b20
2 changed files with 7 additions and 1 deletions
6
pom.xml
6
pom.xml
|
@ -196,6 +196,12 @@
|
||||||
<artifactId>HikariCP</artifactId>
|
<artifactId>HikariCP</artifactId>
|
||||||
<version>3.4.2</version>
|
<version>3.4.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-simple</artifactId>
|
||||||
|
<version>1.6.4</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
|
@ -1,5 +1,5 @@
|
||||||
name: V10Lift
|
name: V10Lift
|
||||||
main: nl.SBDeveloper.V10Lift.V10LiftPlugin
|
main: nl.SBDeveloper.v10lift.V10LiftPlugin
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
api-version: "1.13"
|
api-version: "1.13"
|
||||||
author: SBDeveloper
|
author: SBDeveloper
|
||||||
|
|
Loading…
Reference in a new issue