diff options
author | David Schweinsberg <[email protected]> | 2019-09-10 22:59:49 -0700 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2019-09-10 22:59:49 -0700 |
commit | 193329eafc1a14214e15297b4b1b56d9bbb9ecbb (patch) | |
tree | 4f1176219b9febbd505f77c31e644cbb273ec675 /pom.xml | |
parent | c0aec5d28074665a548159fbbf1282a22311c80e (diff) |
Added basic font loading test
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |