http service: log to application log

This commit is contained in:
Adam
2017-04-20 13:02:34 -04:00
parent 19daaae739
commit 7c9560cbcf
2 changed files with 13 additions and 3 deletions

View File

@@ -75,9 +75,9 @@
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<groupId>com.commongroundpublishing</groupId>
<artifactId>slf4j-servletcontext</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
@@ -98,6 +98,12 @@
<version>4.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>