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.

66 lines
2.1 KiB

1 year ago
  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>cas-server</artifactId>
  7. <groupId>com.inscloudtech</groupId>
  8. <version>4.7.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>cas-system</artifactId>
  12. <description>
  13. system系统模块
  14. </description>
  15. <dependencies>
  16. <!-- 通用工具-->
  17. <dependency>
  18. <groupId>com.inscloudtech</groupId>
  19. <artifactId>cas-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.dromara.easy-es</groupId>
  23. <artifactId>easy-es-boot-starter</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.aspose</groupId>
  27. <artifactId>aspose-pdf</artifactId>
  28. <version>21.11</version>
  29. <scope>system</scope>
  30. <systemPath>${project.basedir}/lib/aspose-pdf-crack-21.11.jar</systemPath>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.aspose</groupId>
  34. <artifactId>aspose-cells</artifactId>
  35. <version>21.11</version>
  36. <scope>system</scope>
  37. <systemPath>${project.basedir}/lib/aspose-cells-crack-21.11.jar</systemPath>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.aspose</groupId>
  41. <artifactId>aspose-words</artifactId>
  42. <version>21.1</version>
  43. <classifier>jdk17</classifier>
  44. <scope>system</scope>
  45. <systemPath>${project.basedir}/lib/aspose-words-21.1-jdk17.jar</systemPath>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.gitee.jd-platform-opensource</groupId>
  49. <artifactId>asyncTool</artifactId>
  50. <version>V1.4.2</version>
  51. <scope>system</scope>
  52. <systemPath>${project.basedir}/lib/asyncTool-1.4.2.jar</systemPath>
  53. </dependency>
  54. </dependencies>
  55. </project>