pom.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>com.lc.ibps.base</groupId>
  5. <artifactId>ibps-base-root</artifactId>
  6. <version>3.3.7-LC.RELEASE</version>
  7. <relativePath>../../pom.xml</relativePath>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>ibps-base-web</artifactId>
  11. <properties>
  12. </properties>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.lc.ibps.api</groupId>
  16. <artifactId>ibps-api-base</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.lc.ibps.base</groupId>
  20. <artifactId>ibps-base-db</artifactId>
  21. <exclusions>
  22. <exclusion>
  23. <groupId>com.lc.ibps.api</groupId>
  24. <artifactId>ibps-api-base</artifactId>
  25. </exclusion>
  26. <exclusion>
  27. <groupId>com.lc.ibps.base</groupId>
  28. <artifactId>ibps-base-framework</artifactId>
  29. </exclusion>
  30. <exclusion>
  31. <groupId>com.lc.ibps.base</groupId>
  32. <artifactId>ibps-base-framework-ddd</artifactId>
  33. </exclusion>
  34. <exclusion>
  35. <groupId>com.lc.ibps.base</groupId>
  36. <artifactId>ibps-base-datasource</artifactId>
  37. </exclusion>
  38. </exclusions>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.lc.ibps.base</groupId>
  42. <artifactId>ibps-base-framework</artifactId>
  43. <exclusions>
  44. <exclusion>
  45. <groupId>com.lc.ibps.api</groupId>
  46. <artifactId>ibps-api-base</artifactId>
  47. </exclusion>
  48. </exclusions>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.lc.ibps.base</groupId>
  52. <artifactId>ibps-base-framework-ddd</artifactId>
  53. <exclusions>
  54. <exclusion>
  55. <groupId>com.lc.ibps.api</groupId>
  56. <artifactId>ibps-api-base</artifactId>
  57. </exclusion>
  58. <exclusion>
  59. <groupId>com.lc.ibps.base</groupId>
  60. <artifactId>ibps-base-framework</artifactId>
  61. </exclusion>
  62. </exclusions>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.lc.ibps.base</groupId>
  66. <artifactId>ibps-base-datasource</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.lc.ibps.base</groupId>
  70. <artifactId>ibps-base-cloud</artifactId>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.lc.ibps.persist</groupId>
  74. <artifactId>ibps-persist-core</artifactId>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.lc.ibps.api</groupId>
  78. <artifactId>ibps-api-org</artifactId>
  79. </dependency>
  80. <!-- 外部依赖 -->
  81. <dependency>
  82. <groupId>avalon-framework</groupId>
  83. <artifactId>avalon-framework-api</artifactId>
  84. <exclusions>
  85. <exclusion>
  86. <groupId>geronimo-spec</groupId>
  87. <artifactId>geronimo-spec-javamail</artifactId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>geronimo-spec</groupId>
  91. <artifactId>geronimo-spec-jms</artifactId>
  92. </exclusion>
  93. <exclusion>
  94. <groupId>avalon-logkit</groupId>
  95. <artifactId>avalon-logkit</artifactId>
  96. </exclusion>
  97. </exclusions>
  98. </dependency>
  99. <dependency>
  100. <groupId>avalon-logkit</groupId>
  101. <artifactId>avalon-logkit</artifactId>
  102. <exclusions>
  103. <exclusion>
  104. <groupId>geronimo-spec</groupId>
  105. <artifactId>geronimo-spec-javamail</artifactId>
  106. </exclusion>
  107. <exclusion>
  108. <groupId>geronimo-spec</groupId>
  109. <artifactId>geronimo-spec-jms</artifactId>
  110. </exclusion>
  111. <exclusion>
  112. <groupId>log4j</groupId>
  113. <artifactId>log4j</artifactId>
  114. </exclusion>
  115. <exclusion>
  116. <groupId>javax.servlet</groupId>
  117. <artifactId>servlet-api</artifactId>
  118. </exclusion>
  119. </exclusions>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework</groupId>
  123. <artifactId>spring-webmvc</artifactId>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.springframework</groupId>
  127. <artifactId>spring-web</artifactId>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.github.openfeign.form</groupId>
  131. <artifactId>feign-form</artifactId>
  132. </dependency>
  133. <dependency>
  134. <groupId>javax.servlet</groupId>
  135. <artifactId>servlet-api</artifactId>
  136. <scope>provided</scope>
  137. </dependency>
  138. <!--
  139. <dependency>
  140. <groupId>javax.servlet</groupId>
  141. <artifactId>javax.servlet-api</artifactId>
  142. <scope>provided</scope>
  143. </dependency>
  144. -->
  145. <dependency>
  146. <groupId>javax.servlet.jsp</groupId>
  147. <artifactId>jsp-api</artifactId>
  148. <scope>provided</scope>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.codehaus.jackson</groupId>
  152. <artifactId>jackson-mapper-asl</artifactId>
  153. <type>jar</type>
  154. <scope>compile</scope>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.fasterxml.jackson.core</groupId>
  158. <artifactId>jackson-core</artifactId>
  159. <type>jar</type>
  160. <scope>compile</scope>
  161. </dependency>
  162. <dependency>
  163. <groupId>com.fasterxml.jackson.core</groupId>
  164. <artifactId>jackson-databind</artifactId>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.fasterxml.jackson.core</groupId>
  168. <artifactId>jackson-annotations</artifactId>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.codehaus.jackson</groupId>
  172. <artifactId>jackson-jaxrs</artifactId>
  173. </dependency>
  174. <dependency>
  175. <groupId>commons-fileupload</groupId>
  176. <artifactId>commons-fileupload</artifactId>
  177. <type>jar</type>
  178. <scope>compile</scope>
  179. </dependency>
  180. <dependency>
  181. <groupId>nl.bitwalker</groupId>
  182. <artifactId>UserAgentUtils</artifactId>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.apache.httpcomponents</groupId>
  186. <artifactId>httpclient</artifactId>
  187. </dependency>
  188. </dependencies>
  189. <profiles>
  190. <profile>
  191. <id>ibps-8081</id>
  192. <activation>
  193. <activeByDefault>true</activeByDefault>
  194. </activation>
  195. <build>
  196. <plugins>
  197. <plugin>
  198. <artifactId>maven-compiler-plugin</artifactId>
  199. <version>3.3</version>
  200. <configuration>
  201. <source>1.8</source>
  202. <target>1.8</target>
  203. <encoding>UTF-8</encoding>
  204. </configuration>
  205. </plugin>
  206. </plugins>
  207. </build>
  208. </profile>
  209. <profile>
  210. <id>ibps-8082</id>
  211. <build>
  212. <plugins>
  213. <plugin>
  214. <artifactId>maven-compiler-plugin</artifactId>
  215. <version>3.3</version>
  216. <configuration>
  217. <source>1.8</source>
  218. <target>1.8</target>
  219. <encoding>UTF-8</encoding>
  220. </configuration>
  221. </plugin>
  222. <!-- <plugin>
  223. <groupId>com.pyx4me</groupId>
  224. <artifactId>proguard-maven-plugin</artifactId>
  225. <executions>
  226. <execution>
  227. <phase>package</phase>
  228. <goals>
  229. <goal>proguard</goal>
  230. </goals>
  231. </execution>
  232. </executions>
  233. <configuration>
  234. <obfuscate>true</obfuscate>
  235. <libs>
  236. <lib>${JAVA_HOME}/jre/lib/rt.jar</lib>
  237. </libs>
  238. <options>
  239. <option>-ignorewarnings</option>
  240. <option>-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*</option>
  241. <option>-keepdirectories</option>
  242. <option>-keep class **.* {public *;protected *;private &lt;fields&gt;;}</option>
  243. </options>
  244. </configuration>
  245. <dependencies>
  246. <dependency>
  247. <groupId>net.sf.proguard</groupId>
  248. <artifactId>proguard</artifactId>
  249. <version>5.2</version>
  250. <scope>runtime</scope>
  251. </dependency>
  252. </dependencies>
  253. </plugin> -->
  254. </plugins>
  255. </build>
  256. </profile>
  257. </profiles>
  258. </project>