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.

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