aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Schweinsberg <[email protected]>2019-09-10 22:59:49 -0700
committerDavid Schweinsberg <[email protected]>2019-09-10 22:59:49 -0700
commit193329eafc1a14214e15297b4b1b56d9bbb9ecbb (patch)
tree4f1176219b9febbd505f77c31e644cbb273ec675 /pom.xml
parentc0aec5d28074665a548159fbbf1282a22311c80e (diff)
Added basic font loading test
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 12460db..4396375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,12 @@
<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.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.28</version>
@@ -51,7 +57,7 @@
<name>David Schweinsberg</name>
<id>dcsch</id>
<email>[email protected]</email>
- <url>github.com/dcsch</url>
+ <url>https://github.com/dcsch</url>
<timezone>-8</timezone>
</developer>
</developers>