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.

64 lines
1.9 KiB

5 years ago
2 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
2 years ago
5 years ago
2 years ago
5 years ago
5 years ago
2 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. <artifactId>mdp-lcode-backend</artifactId>
  6. <packaging>pom</packaging>
  7. <name>mdp-lcode-backend 低代码系统</name>
  8. <parent>
  9. <groupId>com.mdp</groupId>
  10. <artifactId>mdp-products</artifactId>
  11. <version>2.0.0-RELEASE</version>
  12. </parent>
  13. <modules>
  14. <module>mdp-arc-mate</module>
  15. <module>mdp-arc-pub</module>
  16. <module>mdp-sys</module>
  17. <module>mdp-lcode</module>
  18. <module>mdp-lcode-bootstrap</module>
  19. <module>mdp-lcode-cloud-bootstrap</module>
  20. </modules>
  21. <dependencies>
  22. </dependencies>
  23. <dependencyManagement>
  24. <dependencies>
  25. <dependency>
  26. <groupId>com.mdp</groupId>
  27. <artifactId>mdp-arc-mate</artifactId>
  28. <version>${mdp.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.mdp</groupId>
  32. <artifactId>mdp-sys</artifactId>
  33. <version>${mdp.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.mdp</groupId>
  37. <artifactId>mdp-arc-pub</artifactId>
  38. <version>${mdp.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.mdp</groupId>
  42. <artifactId>mdp-lcode</artifactId>
  43. <version>${mdp.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.mdp</groupId>
  47. <artifactId>mdp-lcode</artifactId>
  48. <version>${mdp.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.mdp</groupId>
  52. <artifactId>mdp-lcode-bootstrap</artifactId>
  53. <version>${mdp.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.mdp</groupId>
  57. <artifactId>mdp-lcode-cloud-bootstrap</artifactId>
  58. <version>${mdp.version}</version>
  59. </dependency>
  60. </dependencies>
  61. </dependencyManagement>
  62. <description>低代码系统</description>
  63. </project>