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.

35 lines
1.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
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-backend</artifactId>
  6. <packaging>pom</packaging>
  7. <name>mdp-form-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-form</module>
  15. <module>mdp-form-bootstrap</module>
  16. </modules>
  17. <dependencies>
  18. </dependencies>
  19. <dependencyManagement>
  20. <dependencies>
  21. <dependency>
  22. <groupId>com.mdp</groupId>
  23. <artifactId>mdp-form</artifactId>
  24. <version>${mdp.version}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.mdp</groupId>
  28. <artifactId>mdp-form-bootstrap</artifactId>
  29. <version>${mdp.version}</version>
  30. </dependency>
  31. </dependencies>
  32. </dependencyManagement>
  33. <description>智能表单系统</description>
  34. </project>