pom.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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.provider</groupId>
  6. <artifactId>ibps-provider-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-provider-form</artifactId>
  12. <properties>
  13. <java.version>1.8</java.version>
  14. <maven.compiler.source>1.8</maven.compiler.source>
  15. <maven.compiler.target>1.8</maven.compiler.target>
  16. <jboss-logging.version>3.3.0.Final</jboss-logging.version>
  17. <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.jboss.logging</groupId>
  22. <artifactId>jboss-logging</artifactId>
  23. <version>${jboss-logging.version}</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter-log4j2</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.lc.ibps.cloud</groupId>
  31. <artifactId>ibps-basic-provider</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.lc.ibps.cloud</groupId>
  35. <artifactId>ibps-basic-monitor</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.lc.ibps.cloud</groupId>
  39. <artifactId>ibps-basic-validator</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.lc.ibps.cloud</groupId>
  43. <artifactId>ibps-basic-swagger</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.lc.ibps.provider.base</groupId>
  47. <artifactId>ibps-provider-form-api</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.lc.ibps.excessive</groupId>
  51. <artifactId>ibps-excessive-platform</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.lc.ibps.excessive</groupId>
  55. <artifactId>ibps-excessive-form</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.lc.ibps.base</groupId>
  59. <artifactId>ibps-base-db</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.lc.ibps.base</groupId>
  63. <artifactId>ibps-base-service</artifactId>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.lc.ibps.form</groupId>
  67. <artifactId>ibps-form-biz</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.lc.ibps.components</groupId>
  71. <artifactId>ibps-component-poi</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.lc.ibps.components</groupId>
  75. <artifactId>ibps-component-poi-web</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.lc.ibps.provider.base</groupId>
  79. <artifactId>ibps-provider-bpmn-api</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>io.github.openfeign.form</groupId>
  83. <artifactId>feign-form</artifactId>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.github.openfeign.form</groupId>
  87. <artifactId>feign-form-spring</artifactId>
  88. </dependency>
  89. <dependency>
  90. <groupId>commons-fileupload</groupId>
  91. <artifactId>commons-fileupload</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.lc.ibps.message</groupId>
  95. <artifactId>ibps-message-producer</artifactId>
  96. </dependency>
  97. <!-- https://mvnrepository.com/artifact/net.sf.ezmorph/ezmorph -->
  98. <dependency>
  99. <groupId>net.sf.ezmorph</groupId>
  100. <artifactId>ezmorph</artifactId>
  101. </dependency>
  102. <!-- https://mvnrepository.com/artifact/net.sf.morph/morph -->
  103. <dependency>
  104. <groupId>net.sf.morph</groupId>
  105. <artifactId>morph</artifactId>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.alibaba</groupId>
  109. <artifactId>druid</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>mysql</groupId>
  113. <artifactId>mysql-connector-java</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.microsoft.sqlserver</groupId>
  117. <artifactId>mssql-jdbc</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.oracle</groupId>
  121. <artifactId>oracledriver</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>fakepath</groupId>
  125. <artifactId>postgresql</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>javax.servlet</groupId>
  129. <artifactId>javax.servlet-api</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>javax</groupId>
  133. <artifactId>javaee-api</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.springframework.boot</groupId>
  137. <artifactId>spring-boot-starter-test</artifactId>
  138. <scope>test</scope>
  139. </dependency>
  140. </dependencies>
  141. <build>
  142. <plugins>
  143. <plugin>
  144. <artifactId>maven-clean-plugin</artifactId>
  145. <version>3.0.0</version>
  146. <configuration>
  147. <source>1.8</source>
  148. <target>1.8</target>
  149. <encoding>UTF-8</encoding>
  150. </configuration>
  151. </plugin>
  152. <plugin>
  153. <artifactId>maven-compiler-plugin</artifactId>
  154. <version>3.0</version>
  155. <configuration>
  156. <source>1.8</source>
  157. <target>1.8</target>
  158. <fork>true</fork>
  159. <encoding>UTF-8</encoding>
  160. </configuration>
  161. </plugin>
  162. </plugins>
  163. </build>
  164. </project>