java后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 月之前
2 月之前
2 月之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>ruoyi</artifactId>
  7. <groupId>com.ruoyi</groupId>
  8. <version>3.9.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ruoyi-business</artifactId>
  12. <dependencies>
  13. <!-- 系统模块-->
  14. <dependency>
  15. <groupId>com.ruoyi</groupId>
  16. <artifactId>ruoyi-system</artifactId>
  17. </dependency>
  18. <!-- 通用工具-->
  19. <dependency>
  20. <groupId>com.ruoyi</groupId>
  21. <artifactId>ruoyi-common</artifactId>
  22. </dependency>
  23. <!--hutool工具包-->
  24. <!--<dependency>
  25. <groupId>cn.hutool</groupId>
  26. <artifactId>hutool-all</artifactId>
  27. </dependency>-->
  28. <dependency>
  29. <groupId>de.odysseus.juel</groupId>
  30. <artifactId>juel</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.apache.httpcomponents</groupId>
  34. <artifactId>httpclient</artifactId>
  35. </dependency>
  36. </dependencies>
  37. </project>