fix #2456 replace xpp3

This commit is contained in:
Shinsuke Sugaya 2020-05-17 22:58:42 +09:00
parent d93d21a874
commit efa5a42a30

15
pom.xml
View file

@ -1193,6 +1193,12 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-xml</artifactId>
<version>1.34.2</version>
<exclusions>
<exclusion>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codelibs</groupId>
@ -1204,6 +1210,11 @@
<artifactId>sai</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.4c.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>curl4j</artifactId>
@ -1273,6 +1284,10 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</exclusion>
<exclusion>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>