Browse Source

jar包引入

xielq 3 years ago
parent
commit
ae55449c70
1 changed files with 14 additions and 0 deletions
  1. 14 0
      pom.xml

+ 14 - 0
pom.xml

@@ -65,6 +65,20 @@
 			<version>1.2.15</version>
 		</dependency>
 		
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-data-redis</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>axis</groupId>
+			<artifactId>axis</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+			<groupId>kingdee-sdk</groupId>
+			<artifactId>k3cloud-webapi-client</artifactId>
+			<version>1.8</version>
+		</dependency>
 		<dependency>
 		    <groupId>io.jsonwebtoken</groupId>
 		    <artifactId>jjwt</artifactId>