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.

34 lines
1.1 KiB

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. <artifactId>mdp-form-server</artifactId>
  6. <packaging>pom</packaging>
  7. <name>mdp-form-server 智能表单系统</name>
  8. <parent>
  9. <groupId>com.qingqinkj.mdp</groupId>
  10. <artifactId>mdp-products</artifactId>
  11. <version>M.1.0.0-RELEASE</version>
  12. </parent>
  13. <dependencies>
  14. </dependencies>
  15. <dependencyManagement>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.qingqinkj.mdp</groupId>
  19. <artifactId>mdp-form</artifactId>
  20. <version>${mdp.version}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.qingqinkj.mdp</groupId>
  24. <artifactId>mdp-form-starter</artifactId>
  25. <version>${mdp.version}</version>
  26. </dependency>
  27. </dependencies>
  28. </dependencyManagement>
  29. <description>智能表单系统</description>
  30. <modules>
  31. <module>mdp-form</module>
  32. <module>mdp-form-starter</module>
  33. </modules>
  34. </project>