|
|
@@ -62,35 +62,6 @@
|
|
|
<groupId>com.h2database</groupId>
|
|
|
<artifactId>h2</artifactId>
|
|
|
</dependency>
|
|
|
- <!--Jackson-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-annotations</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
- <artifactId>jackson-dataformat-yaml</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
- <artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
- <artifactId>jackson-datatype-jdk8</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.module</groupId>
|
|
|
- <artifactId>jackson-module-parameter-names</artifactId>
|
|
|
- </dependency>
|
|
|
<!--jjwt-->
|
|
|
<dependency>
|
|
|
<groupId>io.jsonwebtoken</groupId>
|