summaryrefslogtreecommitdiffstats
path: root/service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'service/pom.xml')
-rw-r--r--service/pom.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 0172687..260caf6 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -34,10 +34,15 @@
<artifactId>httpcore</artifactId>
<version>4.3</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.12</version>
+ </dependency-->
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -92,6 +97,7 @@
<artifactId>jetty-all</artifactId>
<version>8.1.16.v20140903</version>
</dependency>
+
<!--
<dependency>
<groupId>mysql</groupId>
@@ -119,11 +125,17 @@
<artifactId>snakeyaml</artifactId>
<version>1.15</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
+ </dependency-->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>2.13.0</version>
</dependency>
+
<!--dependency>
<groupId>org.apache.log4j</groupId>
<artifactId>com.springsource.org.apache.log4j</artifactId>
@@ -226,6 +238,12 @@
<version>1.19</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.17</version>
+ <scope>test</scope>
+ </dependency>
<!-- UT coverage dependency end -->