|
|
@ -85,6 +85,11 @@
|
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
|
|
|
|
<artifactId>caffeine</artifactId>
|
|
|
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
@ -161,6 +166,11 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>io.searchbox</groupId>
|
|
|
|
|
|
|
|
<artifactId>jest</artifactId>
|
|
|
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
<artifactId>undertow-websockets-jsr</artifactId>
|
|
|
|
<artifactId>undertow-websockets-jsr</artifactId>
|
|
|
|