pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <parent>
  5. <groupId>com.lc.ibps.excessive</groupId>
  6. <artifactId>ibps-excessive-root</artifactId>
  7. <version>3.3.7-LC.RELEASE</version>
  8. <relativePath>../../pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ibps-excessive-form</artifactId>
  12. <properties>
  13. </properties>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.lc.ibps.provider.base</groupId>
  17. <artifactId>ibps-provider-form-api</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.lc.ibps.provider.base</groupId>
  21. <artifactId>ibps-provider-bpmn-api</artifactId>
  22. </dependency>
  23. </dependencies>
  24. <build>
  25. <plugins>
  26. <plugin>
  27. <artifactId>maven-compiler-plugin</artifactId>
  28. <version>3.3</version>
  29. <configuration>
  30. <source>1.8</source>
  31. <target>1.8</target>
  32. <encoding>UTF-8</encoding>
  33. </configuration>
  34. </plugin>
  35. </plugins>
  36. </build>
  37. </project>