|
@@ -20,18 +20,22 @@
|
|
<artifactId>javassist</artifactId>
|
|
<artifactId>javassist</artifactId>
|
|
<version>3.28.0-GA</version>
|
|
<version>3.28.0-GA</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hswebframework</groupId>
|
|
<groupId>org.hswebframework</groupId>
|
|
<artifactId>hsweb-utils</artifactId>
|
|
<artifactId>hsweb-utils</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<artifactId>spring-context</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
<artifactId>spring-web</artifactId>
|