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.

58 lines
1.8 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-lcode</module>
  17. <module>mdp-lcode-bootstrap</module>
  18. <module>mdp-lcode-cloud-bootstrap</module>
  19. </modules>
  20. <dependencies>
  21. </dependencies>
  22. <dependencyManagement>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.mdp</groupId>
  26. <artifactId>mdp-arc-mate</artifactId>
  27. <version>${mdp.version}</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.mdp</groupId>
  31. <artifactId>mdp-arc-pub</artifactId>
  32. <version>${mdp.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.mdp</groupId>
  36. <artifactId>mdp-lcode</artifactId>
  37. <version>${mdp.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.mdp</groupId>
  41. <artifactId>mdp-lcode</artifactId>
  42. <version>${mdp.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.mdp</groupId>
  46. <artifactId>mdp-lcode-bootstrap</artifactId>
  47. <version>${mdp.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.mdp</groupId>
  51. <artifactId>mdp-lcode-cloud-bootstrap</artifactId>
  52. <version>${mdp.version}</version>
  53. </dependency>
  54. </dependencies>
  55. </dependencyManagement>
  56. <description>低代码系统</description>
  57. </project>