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.

41 lines
1.3 KiB

5 years ago
2 years ago
5 years ago
2 years ago
5 years ago
5 years ago
5 years ago
2 years ago
2 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
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-lcode</module>
  15. <module>mdp-lcode-bootstrap</module>
  16. <module>mdp-lcode-cloud-bootstrap</module>
  17. </modules>
  18. <dependencies>
  19. </dependencies>
  20. <dependencyManagement>
  21. <dependencies>
  22. <dependency>
  23. <groupId>com.mdp</groupId>
  24. <artifactId>mdp-lcode</artifactId>
  25. <version>${mdp.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.mdp</groupId>
  29. <artifactId>mdp-lcode-bootstrap</artifactId>
  30. <version>${mdp.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.mdp</groupId>
  34. <artifactId>mdp-lcode-cloud-bootstrap</artifactId>
  35. <version>${mdp.version}</version>
  36. </dependency>
  37. </dependencies>
  38. </dependencyManagement>
  39. <description>低代码系统</description>
  40. </project>