pom.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
  4. ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  5. -->
  6. <project xmlns="http://maven.apache.org/POM/4.0.0"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  9. <parent>
  10. <artifactId>td-service</artifactId>
  11. <groupId>com.minto</groupId>
  12. <version>standard_V8.0_SP1_feature_M12</version>
  13. </parent>
  14. <modelVersion>4.0.0</modelVersion>
  15. <packaging>jar</packaging>
  16. <artifactId>minto-td-apps</artifactId>
  17. <dependencies>
  18. <!--移动端公共配置模块-->
  19. <dependency>
  20. <groupId>com.minto</groupId>
  21. <artifactId>minto-td-common</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.huaweicloud.sis</groupId>
  25. <artifactId>huaweicloud-sdk-java-sis</artifactId>
  26. </dependency>
  27. <!-- 个推 -->
  28. <dependency>
  29. <groupId>com.gexin.platform</groupId>
  30. <artifactId>gexin-rp-sdk-http</artifactId>
  31. </dependency>
  32. <!-- jpush -->
  33. <dependency>
  34. <groupId>cn.jpush.api</groupId>
  35. <artifactId>jpush-client</artifactId>
  36. </dependency>
  37. <!--docxword,excel转pdf-->
  38. <dependency>
  39. <groupId>org.docx4j</groupId>
  40. <artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.docx4j</groupId>
  44. <artifactId>docx4j-documents4j-local</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.documents4j</groupId>
  48. <artifactId>documents4j-transformer-msoffice-excel</artifactId>
  49. </dependency>
  50. </dependencies>
  51. </project>