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.

87 lines
2.7 KiB

1 year ago
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>com.aspose</groupId>
  23. <artifactId>aspose-pdf</artifactId>
  24. <version>21.11</version>
  25. <scope>system</scope>
  26. <systemPath>${project.basedir}/lib/aspose-pdf-crack-21.11.jar</systemPath>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.aspose</groupId>
  30. <artifactId>aspose-cells</artifactId>
  31. <version>21.11</version>
  32. <scope>system</scope>
  33. <systemPath>${project.basedir}/lib/aspose-cells-crack-21.11.jar</systemPath>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.aspose</groupId>
  37. <artifactId>aspose-words</artifactId>
  38. <version>21.1</version>
  39. <classifier>jdk17</classifier>
  40. <scope>system</scope>
  41. <systemPath>${project.basedir}/lib/aspose-words-21.1-jdk17.jar</systemPath>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.gitee.jd-platform-opensource</groupId>
  45. <artifactId>asyncTool</artifactId>
  46. <version>V1.4.2</version>
  47. <scope>system</scope>
  48. <systemPath>${project.basedir}/lib/asyncTool-1.4.2.jar</systemPath>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.inscloudtech</groupId>
  52. <artifactId>cas-framework</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.apache.poi</groupId>
  56. <artifactId>poi</artifactId>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.apache.poi</groupId>
  60. <artifactId>poi-ooxml</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.alibaba</groupId>
  64. <artifactId>easyexcel-support</artifactId>
  65. <version>3.3.2</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.belerweb</groupId>
  69. <artifactId>pinyin4j</artifactId>
  70. </dependency>
  71. </dependencies>
  72. </project>