aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index de27fb5..0769cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,16 +64,21 @@
<artifactId>jersey-client</artifactId>
<version>1.19.4</version>
<exclusions>
- <exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>jsr311-api</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.3</version>
+ </dependency>
<!-- logging dependencies -->
<dependency>
<groupId>org.slf4j</groupId>