wfansh 5 months ago
parent
commit
4a8d77e408
1 changed files with 8 additions and 0 deletions
  1. 8 0
      jeecg-module-system/jeecg-system-biz/pom.xml

+ 8 - 0
jeecg-module-system/jeecg-system-biz/pom.xml

@@ -61,6 +61,14 @@
             <groupId>org.jeecgframework.boot</groupId>
             <artifactId>jeecg-boot-starter3-rabbitmq</artifactId>
         </dependency>
+
+		<!--dataforseo client https://docs.dataforseo.com/v3/-->
+		<dependency>
+			<groupId>io.github.dataforseo</groupId>
+			<artifactId>dataforseo-client</artifactId>
+			<version>1.0.9</version>
+		</dependency>
+
     </dependencies>
 
 </project>