pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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-service</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.persist</groupId>
  70. <artifactId>ibps-persist-core</artifactId>
  71. </dependency>
  72. <!-- 外部依赖 -->
  73. <dependency>
  74. <groupId>com.jayway.jsonpath</groupId>
  75. <artifactId>json-path</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.apache.cxf</groupId>
  79. <artifactId>cxf-rt-core</artifactId>
  80. <exclusions>
  81. <exclusion>
  82. <groupId>*</groupId>
  83. <artifactId>*</artifactId>
  84. </exclusion>
  85. </exclusions>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.apache.cxf</groupId>
  89. <artifactId>cxf-rt-transports-http</artifactId>
  90. <exclusions>
  91. <exclusion>
  92. <groupId>org.springframework</groupId>
  93. <artifactId>spring-web</artifactId>
  94. </exclusion>
  95. </exclusions>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.apache.cxf</groupId>
  99. <artifactId>cxf-rt-bindings-soap</artifactId>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.cxf</groupId>
  103. <artifactId>cxf-rt-bindings-xml</artifactId>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.apache.cxf</groupId>
  107. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.apache.cxf</groupId>
  111. <artifactId>cxf-rt-ws-addr</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.apache.cxf</groupId>
  115. <artifactId>cxf-rt-ws-policy</artifactId>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.cxf</groupId>
  119. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.apache.cxf</groupId>
  123. <artifactId>cxf-api</artifactId>
  124. <exclusions>
  125. <exclusion>
  126. <groupId>org.apache.geronimo.specs</groupId>
  127. <artifactId>geronimo-javamail_1.4_spec</artifactId>
  128. </exclusion>
  129. </exclusions>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.google.code.gson</groupId>
  133. <artifactId>gson</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.json</groupId>
  137. <artifactId>json</artifactId>
  138. </dependency>
  139. </dependencies>
  140. <profiles>
  141. <profile>
  142. <id>ibps-8081</id>
  143. <activation>
  144. <activeByDefault>true</activeByDefault>
  145. </activation>
  146. <build>
  147. <plugins>
  148. <plugin>
  149. <artifactId>maven-compiler-plugin</artifactId>
  150. <version>3.3</version>
  151. <configuration>
  152. <source>1.8</source>
  153. <target>1.8</target>
  154. <encoding>UTF-8</encoding>
  155. </configuration>
  156. </plugin>
  157. </plugins>
  158. </build>
  159. </profile>
  160. <profile>
  161. <id>ibps-8082</id>
  162. <build>
  163. <plugins>
  164. <plugin>
  165. <artifactId>maven-compiler-plugin</artifactId>
  166. <version>3.3</version>
  167. <configuration>
  168. <source>1.8</source>
  169. <target>1.8</target>
  170. <encoding>UTF-8</encoding>
  171. </configuration>
  172. </plugin>
  173. <!-- <plugin>
  174. <groupId>com.pyx4me</groupId>
  175. <artifactId>proguard-maven-plugin</artifactId>
  176. <executions>
  177. <execution>
  178. <phase>package</phase>
  179. <goals>
  180. <goal>proguard</goal>
  181. </goals>
  182. </execution>
  183. </executions>
  184. <configuration>
  185. <obfuscate>true</obfuscate>
  186. <libs>
  187. <lib>${JAVA_HOME}/jre/lib/rt.jar</lib>
  188. </libs>
  189. <options>
  190. <option>-ignorewarnings</option>
  191. <option>-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*</option>
  192. <option>-keepdirectories</option>
  193. <option>-keep class **.* {public *;protected *;private &lt;fields&gt;;}</option>
  194. </options>
  195. </configuration>
  196. <dependencies>
  197. <dependency>
  198. <groupId>net.sf.proguard</groupId>
  199. <artifactId>proguard</artifactId>
  200. <version>5.2</version>
  201. <scope>runtime</scope>
  202. </dependency>
  203. </dependencies>
  204. </plugin> -->
  205. </plugins>
  206. </build>
  207. </profile>
  208. </profiles>
  209. </project>