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.

98 lines
2.7 KiB

5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.qingqinkj.mmcloud</groupId>
  6. <artifactId>xm-core</artifactId>
  7. <packaging>jar</packaging>
  8. <name>项目管理系统</name>
  9. <description>项目管理系统</description>
  10. <parent>
  11. <groupId>com.qingqinkj.mmcloud</groupId>
  12. <artifactId>xm</artifactId>
  13. <version>M.1.0.0-RELEASE</version>
  14. </parent>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.qingqinkj.mdp</groupId>
  18. <artifactId>mdp-utils</artifactId>
  19. <version>${mdp.version}</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.qingqinkj.mdp</groupId>
  23. <artifactId>mdp-core</artifactId>
  24. <version>${mdp.version}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.qingqinkj.mdp</groupId>
  28. <artifactId>mdp-safe-common</artifactId>
  29. <version>${mdp.version}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.qingqinkj.mdp</groupId>
  33. <artifactId>mdp-common</artifactId>
  34. <version>${mdp.version}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.qingqinkj.mdp</groupId>
  38. <artifactId>mdp-audit-base</artifactId>
  39. <version>${mdp.version}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.qingqinkj.mdp</groupId>
  43. <artifactId>mdp-tomcat-conf</artifactId>
  44. <version>${mdp.version}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.qingqinkj.mdp</groupId>
  48. <artifactId>mdp-form</artifactId>
  49. <version>${mdp.version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>net.coobird</groupId>
  53. <artifactId>thumbnailator</artifactId>
  54. <version>0.4.8</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.apache.poi</groupId>
  58. <artifactId>poi</artifactId>
  59. <version>3.17</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.apache.poi</groupId>
  63. <artifactId>poi-ooxml</artifactId>
  64. <version>3.17</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.apache.poi</groupId>
  68. <artifactId>poi-ooxml-schemas</artifactId>
  69. <version>3.17</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.alibaba</groupId>
  73. <artifactId>easyexcel</artifactId>
  74. <version>2.1.1</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.jsoup</groupId>
  78. <artifactId>jsoup</artifactId>
  79. <version>1.11.3</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.deepoove</groupId>
  83. <artifactId>poi-tl</artifactId>
  84. <version>1.5.1</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.springframework.boot</groupId>
  88. <artifactId>spring-boot-starter-mail</artifactId>
  89. </dependency>
  90. </dependencies>
  91. </project>