pom.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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>jeecg-boot-module-system</artifactId>
  6. <version>2.0.2</version>
  7. <parent>
  8. <groupId>org.jeecgframework.boot</groupId>
  9. <artifactId>jeecg-boot-parent</artifactId>
  10. <version>2.0.2</version>
  11. </parent>
  12. <properties>
  13. <java.version>1.8</java.version>
  14. <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
  15. </properties>
  16. <repositories>
  17. <repository>
  18. <id>aliyun</id>
  19. <name>aliyun Repository</name>
  20. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  21. <snapshots>
  22. <enabled>false</enabled>
  23. </snapshots>
  24. </repository>
  25. <repository>
  26. <id>jeecg</id>
  27. <name>jeecg Repository</name>
  28. <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  29. <snapshots>
  30. <enabled>false</enabled>
  31. </snapshots>
  32. </repository>
  33. <repository>
  34. <id>com.e-iceblue</id>
  35. <name>e-iceblue</name>
  36. <url>http://repo.e-iceblue.com/nexus/content/groups/public/</url>
  37. </repository>
  38. </repositories>
  39. <dependencies>
  40. <dependency>
  41. <groupId>org.jeecgframework.boot</groupId>
  42. <artifactId>jeecg-boot-base-common</artifactId>
  43. <version>2.0.2</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>cn.com.ctop</groupId>
  47. <artifactId>module-check</artifactId>
  48. <version>2.0.2</version>
  49. <scope>compile</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>me.zhyd.oauth</groupId>
  53. <artifactId>JustAuth</artifactId>
  54. <version>1.15.6</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.slf4j</groupId>
  58. <artifactId>jcl-over-slf4j</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>cn.com.ctop</groupId>
  62. <artifactId>module-common</artifactId>
  63. <version>2.0.2</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>cn.com.ctop</groupId>
  67. <artifactId>module-kuaishou</artifactId>
  68. <version>2.0.2</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>cn.com.ctop</groupId>
  72. <artifactId>module-toutiao</artifactId>
  73. <version>2.0.2</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>cn.com.ctop</groupId>
  77. <artifactId>module-oa</artifactId>
  78. <version>2.0.2</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>cn.com.ctop</groupId>
  82. <artifactId>module-shiwan</artifactId>
  83. <version>2.0.2</version>
  84. <scope>compile</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>cn.com.ctop</groupId>
  88. <artifactId>module-alarm</artifactId>
  89. <version>2.0.2</version>
  90. <scope>compile</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.aliyun.oss</groupId>
  94. <artifactId>aliyun-sdk-oss</artifactId>
  95. <version>3.5.0</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.crazycake</groupId>
  99. <artifactId>shiro-redis</artifactId>
  100. <version>3.1.0</version>
  101. <exclusions>
  102. <exclusion>
  103. <groupId>org.apache.shiro</groupId>
  104. <artifactId>shiro-core</artifactId>
  105. </exclusion>
  106. </exclusions>
  107. </dependency>
  108. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv -->
  109. <dependency>
  110. <groupId>org.apache.commons</groupId>
  111. <artifactId>commons-csv</artifactId>
  112. <version>1.5</version>
  113. </dependency>
  114. <!--签章-->
  115. <dependency>
  116. <groupId>org.bouncycastle</groupId>
  117. <artifactId>bcprov-jdk15on</artifactId>
  118. <version>1.49</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.bouncycastle</groupId>
  122. <artifactId>bcpkix-jdk15on</artifactId>
  123. <version>1.49</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.jeecgframework.boot</groupId>
  127. <artifactId>module-ctop</artifactId>
  128. <version>2.0.2</version>
  129. <scope>compile</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.apache.poi</groupId>
  133. <artifactId>poi</artifactId>
  134. <version>3.17</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.apache.poi</groupId>
  138. <artifactId>poi-ooxml</artifactId>
  139. <version>3.17</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.poi</groupId>
  143. <artifactId>poi-ooxml-schemas</artifactId>
  144. <version>3.17</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.bstek.ureport</groupId>
  148. <artifactId>ureport2-core</artifactId>
  149. <version>2.2.9</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>cn.com.ctop</groupId>
  153. <artifactId>opencv</artifactId>
  154. <version>4.2.0</version>
  155. <scope>system</scope>
  156. <systemPath>${project.basedir}/src/main/resources/lib/opencv-4.2.0.jar</systemPath>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.github.pagehelper</groupId>
  160. <artifactId>pagehelper</artifactId>
  161. <version>5.1.11</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.jimureport</groupId>
  165. <artifactId>spring-boot-starter-jimureport</artifactId>
  166. <version>1.1-beta</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>org.elasticsearch.client</groupId>
  170. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  171. <version>7.1.0</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.elasticsearch.client</groupId>
  175. <artifactId>elasticsearch-rest-client</artifactId>
  176. <version>7.1.0</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.elasticsearch</groupId>
  180. <artifactId>elasticsearch</artifactId>
  181. <version>7.1.0</version>
  182. </dependency>
  183. </dependencies>
  184. <dependencyManagement>
  185. <dependencies>
  186. <dependency>
  187. <groupId>org.springframework.cloud</groupId>
  188. <artifactId>spring-cloud-dependencies</artifactId>
  189. <version>${spring-cloud.version}</version>
  190. <type>pom</type>
  191. <scope>import</scope>
  192. </dependency>
  193. </dependencies>
  194. </dependencyManagement>
  195. <build>
  196. <plugins>
  197. <plugin>
  198. <groupId>org.mybatis.generator</groupId>
  199. <artifactId>mybatis-generator-maven-plugin</artifactId>
  200. <version>1.3.6</version>
  201. <configuration>
  202. <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
  203. <overwrite>true</overwrite>
  204. </configuration>
  205. <dependencies>
  206. <!--mysql驱动包-->
  207. <dependency>
  208. <groupId>mysql</groupId>
  209. <artifactId>mysql-connector-java</artifactId>
  210. <version>5.1.45</version>
  211. </dependency>
  212. </dependencies>
  213. </plugin>
  214. <plugin>
  215. <groupId>org.springframework.boot</groupId>
  216. <artifactId>spring-boot-maven-plugin</artifactId>
  217. <configuration>
  218. <includeSystemScope>true</includeSystemScope>
  219. </configuration>
  220. </plugin>
  221. </plugins>
  222. <resources>
  223. <!-- 解决MyBatis配置文件引入问题 -->
  224. <resource>
  225. <directory>src/main/java</directory>
  226. <includes>
  227. <include>**/*.properties</include>
  228. <include>**/*.xml</include>
  229. </includes>
  230. <!-- 是否替换资源中的属性-->
  231. <filtering>true</filtering>
  232. </resource>
  233. <resource>
  234. <directory>src/main/resources</directory>
  235. <filtering>true</filtering>
  236. </resource>
  237. </resources>
  238. </build>
  239. <profiles>
  240. <profile>
  241. <id>dev</id>
  242. <properties>
  243. <!-- 环境标识,需要与配置文件的名称相对应 -->
  244. <activatedProperties>dev</activatedProperties>
  245. </properties>
  246. <activation>
  247. <!-- 默认环境 -->
  248. <activeByDefault>true</activeByDefault>
  249. </activation>
  250. </profile>
  251. <profile>
  252. <id>test</id>
  253. <properties>
  254. <activatedProperties>test</activatedProperties>
  255. </properties>
  256. </profile>
  257. <profile>
  258. <id>prod</id>
  259. <properties>
  260. <activatedProperties>prod</activatedProperties>
  261. </properties>
  262. </profile>
  263. <profile>
  264. <id>prod2</id>
  265. <properties>
  266. <activatedProperties>prod2</activatedProperties>
  267. </properties>
  268. </profile>
  269. <profile>
  270. <id>preprod</id>
  271. <properties>
  272. <activatedProperties>preprod</activatedProperties>
  273. </properties>
  274. </profile>
  275. <profile>
  276. <id>wps</id>
  277. <properties>
  278. <activatedProperties>wps</activatedProperties>
  279. </properties>
  280. </profile>
  281. <profile>
  282. <id>jiaoyang</id>
  283. <properties>
  284. <activatedProperties>jiaoyang</activatedProperties>
  285. </properties>
  286. </profile>
  287. </profiles>
  288. </project>