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.

55 lines
1.7 KiB

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-bootstrap</artifactId>
  6. <packaging>jar</packaging>
  7. <name>mdp-form-bootstrap 智能表单启动器</name>
  8. <parent>
  9. <groupId>com.mdp</groupId>
  10. <artifactId>mdp-form-backend</artifactId>
  11. <version>2.0.0-RELEASE</version>
  12. </parent>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.mdp</groupId>
  16. <artifactId>mdp-oauth2-client-cloud</artifactId>
  17. <version>${mdp.version}</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.mdp</groupId>
  21. <artifactId>mdp-cloud-starter</artifactId>
  22. <version>${mdp.version}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.mdp</groupId>
  26. <artifactId>mdp-form</artifactId>
  27. </dependency>
  28. </dependencies>
  29. <build>
  30. <plugins>
  31. <plugin>
  32. <groupId>org.apache.maven.plugins</groupId>
  33. <artifactId>maven-deploy-plugin</artifactId>
  34. <configuration>
  35. <skip>true</skip>
  36. </configuration>
  37. </plugin>
  38. <!-- -->
  39. <plugin>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-maven-plugin</artifactId>
  42. <executions>
  43. <execution>
  44. <goals>
  45. <goal>repackage</goal>
  46. </goals>
  47. </execution>
  48. </executions>
  49. </plugin>
  50. </plugins>
  51. </build>
  52. <description>智能表单启动器</description>
  53. </project>