summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangxuning <liangxuning@boco.com.cn>2018-03-15 14:05:56 +0800
committerliangxuning <liangxuning@boco.com.cn>2018-03-15 14:06:44 +0800
commit7f733fde5c7c86e82812eafbc57da8f35a79f6bd (patch)
tree9777b980589f361ad15110efa5b7156493ea5073
parent99d5714e196cc52ec95787cbdbaa854ff103a933 (diff)
1
Change-Id: I3dfe019e23571c1effe5b49a26d75be00e20111f Issue-ID: VFC-742 Signed-off-by: liangxuning <liangxuning@boco.com.cn> modified: ems/boco/pom.xml
-rw-r--r--ems/boco/pom.xml36
1 files changed, 15 insertions, 21 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index d0b10a3..825ce73 100644
--- a/ems/boco/pom.xml
+++ b/ems/boco/pom.xml
@@ -116,11 +116,6 @@
<version>2.6</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- </dependency>
- <dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.24</version>
@@ -226,11 +221,6 @@
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.7.5</version>
- </dependency>
<!-- https://mvnrepository.com/artifact/org.mockftpserver/MockFtpServer -->
<dependency>
@@ -265,11 +255,6 @@
<version>4.1.22.Final</version>
</dependency>
<dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-access</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.9.3</version>
@@ -280,12 +265,6 @@
<version>1.59</version>
</dependency>
<dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
@@ -431,5 +410,20 @@
<artifactId>logkit</artifactId>
<version>2.0</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.3</version>
+ </dependency>
</dependencies>
</project>