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.

86 lines
2.5 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
2 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
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.xm</groupId>
  6. <artifactId>xm-backend</artifactId>
  7. <packaging>pom</packaging>
  8. <name>xm-backend 唛盟云-项目管理系统</name>
  9. <description>唛盟云-项目管理系统</description>
  10. <parent>
  11. <groupId>com.mdp</groupId>
  12. <artifactId>mdp-products</artifactId>
  13. <version>2.0.0-RELEASE</version>
  14. </parent>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  18. <skipTests>true</skipTests>
  19. <docker.host>http://192.168.3.101:2375</docker.host>
  20. <docker.maven.plugin.version>1.2.2</docker.maven.plugin.version>
  21. </properties>
  22. <modules>
  23. <module>xm-core</module>
  24. <module>xm-bootstrap</module>
  25. <module>xm-cloud-bootstrap</module>
  26. </modules>
  27. <dependencyManagement>
  28. <dependencies>
  29. <dependency>
  30. <groupId>com.xm</groupId>
  31. <artifactId>xm-core</artifactId>
  32. <version>${mdp.version}</version>
  33. </dependency>
  34. </dependencies>
  35. </dependencyManagement>
  36. <dependencies>
  37. <dependency>
  38. <groupId>com.mdp</groupId>
  39. <artifactId>mdp-oauth2-client</artifactId>
  40. <version>${mdp.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.mdp</groupId>
  44. <artifactId>mdp-tpa-client</artifactId>
  45. <version>${mdp.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.mdp</groupId>
  49. <artifactId>mdp-audit-log-client</artifactId>
  50. <version>${mdp.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>net.coobird</groupId>
  54. <artifactId>thumbnailator</artifactId>
  55. <version>0.4.8</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.apache.poi</groupId>
  59. <artifactId>poi</artifactId>
  60. <version>3.17</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.poi</groupId>
  64. <artifactId>poi-ooxml</artifactId>
  65. <version>3.17</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.apache.poi</groupId>
  69. <artifactId>poi-ooxml-schemas</artifactId>
  70. <version>3.17</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.alibaba</groupId>
  74. <artifactId>easyexcel</artifactId>
  75. <version>2.1.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.jsoup</groupId>
  79. <artifactId>jsoup</artifactId>
  80. <version>1.11.3</version>
  81. </dependency>
  82. </dependencies>
  83. </project>