Bump to 11.9.1-SNAPSHOT, add test dependency for logback

This commit is contained in:
Rob Bygrave
2018-01-19 11:10:18 +13:00
parent 0a809b0fb3
commit 4e33027fdf
+8 -1
View File
@@ -9,7 +9,7 @@
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>11.8.2-SNAPSHOT</version>
<version>11.9.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ebean</name>
@@ -204,6 +204,13 @@
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-agentloader</artifactId>