pom.xml 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232
  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. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.fy.erp</groupId>
  6. <artifactId>erp</artifactId>
  7. <version>1.2.7</version>
  8. <packaging>war</packaging>
  9. <name>ERP</name>
  10. <url>http://www.qdqtrj.com/</url>
  11. <inceptionYear>2018-2025</inceptionYear>
  12. <!-- 项目属性 -->
  13. <properties>
  14. <!-- main version setting -->
  15. <spring.version>5.0.1.RELEASE</spring.version>
  16. <validator.version>5.2.4.Final</validator.version>
  17. <mybatis.version>3.2.8</mybatis.version>
  18. <mybatis-spring.version>1.2.3</mybatis-spring.version>
  19. <druid.version>1.0.18</druid.version>
  20. <ehcache.version>2.6.11</ehcache.version>
  21. <ehcache-web.version>2.0.4</ehcache-web.version>
  22. <shiro.version>1.2.3</shiro.version>
  23. <sitemesh.version>2.4.2</sitemesh.version>
  24. <activiti.version>5.21.0</activiti.version>
  25. <!-- tools version setting -->
  26. <slf4j.version>1.7.7</slf4j.version>
  27. <commons-lang3.version>3.3.2</commons-lang3.version>
  28. <commons-io.version>2.4</commons-io.version>
  29. <commons-codec.version>1.9</commons-codec.version>
  30. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  31. <commons-beanutils.version>1.9.1</commons-beanutils.version>
  32. <jackson.version>2.9.1</jackson.version>
  33. <fastjson.version>1.1.40</fastjson.version>
  34. <xstream.version>1.4.7</xstream.version>
  35. <guava.version>17.0</guava.version>
  36. <dozer.version>5.5.1</dozer.version>
  37. <poi.version>3.9</poi.version>
  38. <freemarker.version>2.3.20</freemarker.version>
  39. <!-- jdbc driver setting -->
  40. <mysql.driver.version>5.1.30</mysql.driver.version>
  41. <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
  42. <mssql.driver.version>1.3.1</mssql.driver.version>
  43. <!-- environment setting -->
  44. <jdk.version>1.8</jdk.version>
  45. <tomcat.version>2.2</tomcat.version>
  46. <jetty.version>7.6.14.v20131031</jetty.version>
  47. <webserver.port>8181</webserver.port>
  48. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  49. <downloadSources>true</downloadSources>
  50. <!-- kotlin setting -->
  51. <kotlin.version>1.3.31</kotlin.version>
  52. <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
  53. </properties>
  54. <!-- 依赖项定义 -->
  55. <dependencies>
  56. <!-- kotlin begin -->
  57. <dependency>
  58. <groupId>org.jetbrains.kotlin</groupId>
  59. <artifactId>kotlin-stdlib-jdk8</artifactId>
  60. <version>${kotlin.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.jetbrains.kotlin</groupId>
  64. <artifactId>kotlin-reflect</artifactId>
  65. <version>${kotlin.version}</version>
  66. </dependency>
  67. <!-- kotlin end -->
  68. <!-- SPRING begin -->
  69. <dependency>
  70. <groupId>org.springframework</groupId>
  71. <artifactId>spring-core</artifactId>
  72. <version>${spring.version}</version>
  73. <exclusions>
  74. <exclusion>
  75. <groupId>commons-logging</groupId>
  76. <artifactId>commons-logging</artifactId>
  77. </exclusion>
  78. </exclusions>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework</groupId>
  82. <artifactId>spring-beans</artifactId>
  83. <version>${spring.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.springframework</groupId>
  87. <artifactId>spring-context</artifactId>
  88. <version>${spring.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.springframework</groupId>
  92. <artifactId>spring-context-support</artifactId>
  93. <version>${spring.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework</groupId>
  97. <artifactId>spring-aop</artifactId>
  98. <version>${spring.version}</version>
  99. <exclusions>
  100. <exclusion>
  101. <groupId>commons-logging</groupId>
  102. <artifactId>commons-logging</artifactId>
  103. </exclusion>
  104. </exclusions>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.springframework</groupId>
  108. <artifactId>spring-tx</artifactId>
  109. <version>${spring.version}</version>
  110. </dependency>
  111. <!-- spring orm -->
  112. <dependency>
  113. <groupId>org.springframework</groupId>
  114. <artifactId>spring-orm</artifactId>
  115. <version>${spring.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.springframework</groupId>
  119. <artifactId>spring-jdbc</artifactId>
  120. <version>${spring.version}</version>
  121. </dependency>
  122. <!-- bean validate -->
  123. <dependency>
  124. <groupId>org.hibernate</groupId>
  125. <artifactId>hibernate-validator</artifactId>
  126. <version>${validator.version}</version>
  127. </dependency>
  128. <!-- SPRING end -->
  129. <!-- AOP begin -->
  130. <dependency>
  131. <groupId>org.aspectj</groupId>
  132. <artifactId>aspectjrt</artifactId>
  133. <version>1.7.4</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.aspectj</groupId>
  137. <artifactId>aspectjweaver</artifactId>
  138. <version>1.7.4</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>cglib</groupId>
  142. <artifactId>cglib</artifactId>
  143. <version>3.1</version>
  144. </dependency>
  145. <!-- AOP end -->
  146. <!-- PERSISTENCE begin -->
  147. <!-- MyBatis -->
  148. <dependency>
  149. <groupId>org.mybatis</groupId>
  150. <artifactId>mybatis</artifactId>
  151. <version>${mybatis.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.mybatis</groupId>
  155. <artifactId>mybatis-spring</artifactId>
  156. <version>${mybatis-spring.version}</version>
  157. </dependency>
  158. <!-- connection pool -->
  159. <dependency>
  160. <groupId>com.alibaba</groupId>
  161. <artifactId>druid</artifactId>
  162. <version>${druid.version}</version>
  163. </dependency>
  164. <!-- jdbc driver -->
  165. <dependency>
  166. <groupId>mysql</groupId>
  167. <artifactId>mysql-connector-java</artifactId>
  168. <version>${mysql.driver.version}</version>
  169. <scope>runtime</scope>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.oracle</groupId>
  173. <artifactId>ojdbc14</artifactId>
  174. <version>${oracle.driver.version}</version>
  175. <scope>system</scope>
  176. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ojdbc14-10.2.0.4.0.jar</systemPath>
  177. </dependency>
  178. <dependency>
  179. <groupId>net.sourceforge.jtds</groupId>
  180. <artifactId>jtds</artifactId>
  181. <version>${mssql.driver.version}</version>
  182. <scope>runtime</scope>
  183. </dependency>
  184. <!-- PERSISTENCE end -->
  185. <!-- WEB begin -->
  186. <dependency>
  187. <groupId>org.springframework</groupId>
  188. <artifactId>spring-web</artifactId>
  189. <version>${spring.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.springframework</groupId>
  193. <artifactId>spring-webmvc</artifactId>
  194. <version>${spring.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.springframework</groupId>
  198. <artifactId>spring-oxm</artifactId>
  199. <version>${spring.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>opensymphony</groupId>
  203. <artifactId>sitemesh</artifactId>
  204. <version>${sitemesh.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>taglibs</groupId>
  208. <artifactId>standard</artifactId>
  209. <version>1.1.2</version>
  210. <type>jar</type>
  211. </dependency>
  212. <dependency>
  213. <groupId>javax.servlet</groupId>
  214. <artifactId>jstl</artifactId>
  215. <version>1.2</version>
  216. <type>jar</type>
  217. </dependency>
  218. <dependency>
  219. <groupId>javax.servlet</groupId>
  220. <artifactId>servlet-api</artifactId>
  221. <version>2.5</version>
  222. <scope>provided</scope>
  223. </dependency>
  224. <dependency>
  225. <groupId>javax.servlet.jsp</groupId>
  226. <artifactId>jsp-api</artifactId>
  227. <version>2.1</version>
  228. <scope>provided</scope>
  229. </dependency>
  230. <!-- <dependency>
  231. <groupId>javax.servlet</groupId>
  232. <artifactId>javax.servlet-api</artifactId>
  233. <version>3.0.1</version>
  234. <scope>provided</scope>
  235. </dependency>
  236. <dependency>
  237. <groupId>javax.servlet.jsp</groupId>
  238. <artifactId>jsp-api</artifactId>
  239. <version>2.2</version>
  240. <scope>provided</scope>
  241. </dependency> -->
  242. <!-- WEB end -->
  243. <!-- CACHE begin -->
  244. <dependency>
  245. <groupId>net.sf.ehcache</groupId>
  246. <artifactId>ehcache-core</artifactId>
  247. <version>${ehcache.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>net.sf.ehcache</groupId>
  251. <artifactId>ehcache-web</artifactId>
  252. <version>${ehcache-web.version}</version>
  253. </dependency>
  254. <dependency>
  255. <groupId>redis.clients</groupId>
  256. <artifactId>jedis</artifactId>
  257. <version>2.5.1</version>
  258. </dependency>
  259. <!-- CACHE end -->
  260. <!-- SECURITY begin -->
  261. <dependency>
  262. <groupId>org.apache.shiro</groupId>
  263. <artifactId>shiro-core</artifactId>
  264. <version>${shiro.version}</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>org.apache.shiro</groupId>
  268. <artifactId>shiro-spring</artifactId>
  269. <version>${shiro.version}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>org.apache.shiro</groupId>
  273. <artifactId>shiro-cas</artifactId>
  274. <version>${shiro.version}</version>
  275. <exclusions>
  276. <exclusion>
  277. <groupId>commons-logging</groupId>
  278. <artifactId>commons-logging</artifactId>
  279. </exclusion>
  280. </exclusions>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.apache.shiro</groupId>
  284. <artifactId>shiro-web</artifactId>
  285. <version>${shiro.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.shiro</groupId>
  289. <artifactId>shiro-ehcache</artifactId>
  290. <version>${shiro.version}</version>
  291. </dependency>
  292. <!-- SECURITY end -->
  293. <!-- Activiti -->
  294. <dependency>
  295. <groupId>org.activiti</groupId>
  296. <artifactId>activiti-engine</artifactId>
  297. <version>${activiti.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>org.activiti</groupId>
  301. <artifactId>activiti-spring</artifactId>
  302. <version>${activiti.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>org.activiti</groupId>
  306. <artifactId>activiti-explorer</artifactId>
  307. <version>${activiti.version}</version>
  308. <exclusions>
  309. <exclusion>
  310. <artifactId>vaadin</artifactId>
  311. <groupId>com.vaadin</groupId>
  312. </exclusion>
  313. <exclusion>
  314. <artifactId>dcharts-widget</artifactId>
  315. <groupId>org.vaadin.addons</groupId>
  316. </exclusion>
  317. <exclusion>
  318. <artifactId>activiti-simple-workflow</artifactId>
  319. <groupId>org.activiti</groupId>
  320. </exclusion>
  321. </exclusions>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.activiti</groupId>
  325. <artifactId>activiti-modeler</artifactId>
  326. <version>${activiti.version}</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>org.activiti</groupId>
  330. <artifactId>activiti-diagram-rest</artifactId>
  331. <version>${activiti.version}</version>
  332. </dependency>
  333. <!-- 支持activiti缓存 -->
  334. <!-- <dependency>
  335. <groupId>org.infinispan</groupId>
  336. <artifactId>infinispan-core</artifactId>
  337. <version>5.1.7.Final</version>
  338. </dependency> -->
  339. <!-- LOGGING begin -->
  340. <dependency>
  341. <groupId>org.slf4j</groupId>
  342. <artifactId>slf4j-api</artifactId>
  343. <version>${slf4j.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>org.slf4j</groupId>
  347. <artifactId>slf4j-log4j12</artifactId>
  348. <version>${slf4j.version}</version>
  349. </dependency>
  350. <!-- common-logging 实际调用slf4j -->
  351. <dependency>
  352. <groupId>org.slf4j</groupId>
  353. <artifactId>jcl-over-slf4j</artifactId>
  354. <version>${slf4j.version}</version>
  355. </dependency>
  356. <!-- java.util.logging 实际调用slf4j -->
  357. <dependency>
  358. <groupId>org.slf4j</groupId>
  359. <artifactId>jul-to-slf4j</artifactId>
  360. <version>${slf4j.version}</version>
  361. </dependency>
  362. <!-- LOGGING end -->
  363. <!-- GENERAL UTILS begin -->
  364. <dependency>
  365. <groupId>org.apache.commons</groupId>
  366. <artifactId>commons-lang3</artifactId>
  367. <version>${commons-lang3.version}</version>
  368. </dependency>
  369. <dependency>
  370. <groupId>commons-io</groupId>
  371. <artifactId>commons-io</artifactId>
  372. <version>${commons-io.version}</version>
  373. </dependency>
  374. <dependency>
  375. <groupId>commons-codec</groupId>
  376. <artifactId>commons-codec</artifactId>
  377. <version>${commons-codec.version}</version>
  378. </dependency>
  379. <dependency>
  380. <groupId>commons-fileupload</groupId>
  381. <artifactId>commons-fileupload</artifactId>
  382. <version>${commons-fileupload.version}</version>
  383. </dependency>
  384. <dependency>
  385. <groupId>commons-beanutils</groupId>
  386. <artifactId>commons-beanutils</artifactId>
  387. <version>${commons-beanutils.version}</version>
  388. <exclusions>
  389. <exclusion>
  390. <groupId>commons-logging</groupId>
  391. <artifactId>commons-logging</artifactId>
  392. </exclusion>
  393. </exclusions>
  394. </dependency>
  395. <!-- google java lib -->
  396. <dependency>
  397. <groupId>com.google.guava</groupId>
  398. <artifactId>guava</artifactId>
  399. <version>${guava.version}</version>
  400. </dependency>
  401. <!-- jackson json -->
  402. <dependency>
  403. <groupId>com.fasterxml.jackson.core</groupId>
  404. <artifactId>jackson-core</artifactId>
  405. <version>${jackson.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>com.fasterxml.jackson.core</groupId>
  409. <artifactId>jackson-databind</artifactId>
  410. <version>${jackson.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>com.fasterxml.jackson.core</groupId>
  414. <artifactId>jackson-annotations</artifactId>
  415. <version>${jackson.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>com.fasterxml.jackson.module</groupId>
  419. <artifactId>jackson-module-jaxb-annotations</artifactId>
  420. <version>${jackson.version}</version>
  421. </dependency>
  422. <!-- fastjson json
  423. <dependency>
  424. <groupId>com.alibaba</groupId>
  425. <artifactId>fastjson</artifactId>
  426. <version>${fastjson.version}</version>
  427. </dependency> -->
  428. <!-- xstream xml -->
  429. <dependency>
  430. <groupId>com.thoughtworks.xstream</groupId>
  431. <artifactId>xstream</artifactId>
  432. <version>${xstream.version}</version>
  433. </dependency>
  434. <!-- pojo copy -->
  435. <dependency>
  436. <groupId>net.sf.dozer</groupId>
  437. <artifactId>dozer</artifactId>
  438. <version>${dozer.version}</version>
  439. </dependency>
  440. <!-- freemarker engine -->
  441. <dependency>
  442. <groupId>org.freemarker</groupId>
  443. <artifactId>freemarker</artifactId>
  444. <version>${freemarker.version}</version>
  445. </dependency>
  446. <!-- email -->
  447. <dependency>
  448. <groupId>javax.mail</groupId>
  449. <artifactId>mail</artifactId>
  450. <version>1.4.7</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>javax.activation</groupId>
  454. <artifactId>activation</artifactId>
  455. <version>1.1.1</version>
  456. </dependency>
  457. <!-- poi office -->
  458. <!--<dependency>-->
  459. <!--<groupId>org.apache.poi</groupId>-->
  460. <!--<artifactId>poi</artifactId>-->
  461. <!--<version>${poi.version}</version>-->
  462. <!--</dependency>-->
  463. <!--<dependency>-->
  464. <!--<groupId>org.apache.poi</groupId>-->
  465. <!--<artifactId>poi-ooxml</artifactId>-->
  466. <!--<version>${poi.version}</version>-->
  467. <!--</dependency>-->
  468. <!--<dependency>-->
  469. <!--<groupId>org.apache.poi</groupId>-->
  470. <!--<artifactId>poi-ooxml-schemas</artifactId>-->
  471. <!--<version>${poi.version}</version>-->
  472. <!--</dependency>-->
  473. <dependency>
  474. <groupId>org.jxls</groupId>
  475. <artifactId>jxls</artifactId>
  476. <version>2.4.2</version>
  477. </dependency>
  478. <dependency>
  479. <groupId>org.jxls</groupId>
  480. <artifactId>jxls-poi</artifactId>
  481. <version>1.0.13</version>
  482. </dependency>
  483. <!-- image util -->
  484. <dependency>
  485. <groupId>com.drewnoakes</groupId>
  486. <artifactId>metadata-extractor</artifactId>
  487. <version>2.6.2</version>
  488. </dependency>
  489. <!-- 条形码、二维码生成 -->
  490. <dependency>
  491. <groupId>com.google.zxing</groupId>
  492. <artifactId>core</artifactId>
  493. <version>2.2</version>
  494. </dependency>
  495. <dependency>
  496. <groupId>com.google.zxing</groupId>
  497. <artifactId>javase</artifactId>
  498. <version>2.2</version>
  499. </dependency>
  500. <!-- 中文分词 -->
  501. <dependency>
  502. <groupId>org.wltea</groupId>
  503. <artifactId>analyzer</artifactId>
  504. <version>2012_u6</version>
  505. <scope>system</scope>
  506. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/analyzer-2012_u6.jar</systemPath>
  507. </dependency>
  508. <!-- GENERAL UTILS end -->
  509. <!-- CKFinder begin -->
  510. <dependency>
  511. <groupId>net.coobird</groupId>
  512. <artifactId>thumbnailator</artifactId>
  513. <version>0.4.2</version>
  514. <scope>system</scope>
  515. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/thumbnailator-0.4.2.jar</systemPath>
  516. </dependency>
  517. <dependency>
  518. <groupId>com.ckfinder</groupId>
  519. <artifactId>apache-ant-zip</artifactId>
  520. <version>2.3</version>
  521. <scope>system</scope>
  522. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/apache-ant-zip-2.3.jar</systemPath>
  523. </dependency>
  524. <dependency>
  525. <groupId>com.ckfinder</groupId>
  526. <artifactId>ckfinder</artifactId>
  527. <version>2.3</version>
  528. <scope>system</scope>
  529. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ckfinder-2.3.jar</systemPath>
  530. </dependency>
  531. <dependency>
  532. <groupId>com.ckfinder</groupId>
  533. <artifactId>ckfinderplugin-fileeditor</artifactId>
  534. <version>2.3</version>
  535. <scope>system</scope>
  536. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ckfinderplugin-fileeditor-2.3.jar</systemPath>
  537. </dependency>
  538. <dependency>
  539. <groupId>com.ckfinder</groupId>
  540. <artifactId>ckfinderplugin-imageresize</artifactId>
  541. <version>2.3</version>
  542. <scope>system</scope>
  543. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ckfinderplugin-imageresize-2.3.jar</systemPath>
  544. </dependency>
  545. <!-- CKFinder end -->
  546. <!-- TEST begin -->
  547. <dependency>
  548. <groupId>junit</groupId>
  549. <artifactId>junit</artifactId>
  550. <version>4.12</version>
  551. </dependency>
  552. <dependency>
  553. <groupId>org.springframework</groupId>
  554. <artifactId>spring-test</artifactId>
  555. <version>${spring.version}</version>
  556. </dependency>
  557. <!-- TEST end -->
  558. <!-- User Agent -->
  559. <dependency>
  560. <groupId>bitwalker</groupId>
  561. <artifactId>UserAgentUtils</artifactId>
  562. <version>1.13</version>
  563. <scope>system</scope>
  564. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/UserAgentUtils-1.13.jar</systemPath>
  565. </dependency>
  566. <dependency>
  567. <groupId>org.jetbrains.kotlin</groupId>
  568. <artifactId>kotlin-test</artifactId>
  569. <version>${kotlin.version}</version>
  570. <scope>test</scope>
  571. </dependency>
  572. <!-- 自定义jar依赖包
  573. <dependency>
  574. <groupId>com.fy.erp</groupId>
  575. <artifactId>test-core</artifactId>
  576. <version>1.0</version>
  577. <scope>system</scope>
  578. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/test-core-1.0.jar</systemPath>
  579. </dependency> -->
  580. <!-- 使用 Jetty JSP引擎
  581. <dependency>
  582. <groupId>org.eclipse.jetty</groupId>
  583. <artifactId>jetty-jsp</artifactId>
  584. <version>${jetty.version}</version>
  585. <exclusions>
  586. <exclusion>
  587. <groupId>org.eclipse.jetty.orbit</groupId>
  588. <artifactId>javax.servlet</artifactId>
  589. </exclusion>
  590. <exclusion>
  591. <groupId>org.eclipse.jetty.orbit</groupId>
  592. <artifactId>org.apache.taglibs.standard.glassfish</artifactId>
  593. </exclusion>
  594. </exclusions>
  595. </dependency> -->
  596. <dependency>
  597. <groupId>javax.xml.bind</groupId>
  598. <artifactId>jaxb-api</artifactId>
  599. <version>2.3.0</version>
  600. </dependency>
  601. <!-- 解决openjdk11&tomcat9下无法运行问题-->
  602. <!-- <dependency>-->
  603. <!-- <groupId>javax.xml.bind</groupId>-->
  604. <!-- <artifactId>jaxb-api</artifactId>-->
  605. <!-- <version>2.3.0</version>-->
  606. <!-- </dependency>-->
  607. <!-- <dependency>-->
  608. <!-- <groupId>com.sun.xml.bind</groupId>-->
  609. <!-- <artifactId>jaxb-impl</artifactId>-->
  610. <!-- <version>2.3.0</version>-->
  611. <!-- </dependency>-->
  612. <!-- <dependency>-->
  613. <!-- <groupId>com.sun.xml.bind</groupId>-->
  614. <!-- <artifactId>jaxb-core</artifactId>-->
  615. <!-- <version>2.3.0</version>-->
  616. <!-- </dependency>-->
  617. <!-- <dependency>-->
  618. <!-- <groupId>javax.activation</groupId>-->
  619. <!-- <artifactId>activation</artifactId>-->
  620. <!-- <version>1.1.1</version>-->
  621. <!-- </dependency>-->
  622. </dependencies>
  623. <build>
  624. <outputDirectory>${project.basedir}/src/main/webapp/WEB-INF/classes/</outputDirectory>
  625. <plugins>
  626. <plugin>
  627. <artifactId>kotlin-maven-plugin</artifactId>
  628. <groupId>org.jetbrains.kotlin</groupId>
  629. <version>${kotlin.version}</version>
  630. <configuration>
  631. <compilerPlugins>
  632. <plugin>spring</plugin>
  633. </compilerPlugins>
  634. <jvmTarget>1.8</jvmTarget>
  635. </configuration>
  636. <dependencies>
  637. <dependency>
  638. <groupId>org.jetbrains.kotlin</groupId>
  639. <artifactId>kotlin-maven-allopen</artifactId>
  640. <version>${kotlin.version}</version>
  641. </dependency>
  642. </dependencies>
  643. <executions>
  644. <execution>
  645. <id>compile</id>
  646. <phase>compile</phase>
  647. <goals>
  648. <goal>compile</goal>
  649. </goals>
  650. <configuration>
  651. <sourceDirs>
  652. <source>src/main/java</source>
  653. <source>src/main/kotlin</source>
  654. </sourceDirs>
  655. </configuration>
  656. </execution>
  657. <execution>
  658. <id>test-compile</id>
  659. <phase>test-compile</phase>
  660. <goals>
  661. <goal>test-compile</goal>
  662. </goals>
  663. </execution>
  664. </executions>
  665. </plugin>
  666. <!--<plugin>-->
  667. <!--<groupId>org.apache.maven.plugins</groupId>-->
  668. <!--<artifactId>maven-compiler-plugin</artifactId>-->
  669. <!--<version>3.5.1</version>-->
  670. <!--<executions>-->
  671. <!--&lt;!&ndash; Replacing default-compile as it is treated specially by maven &ndash;&gt;-->
  672. <!--<execution>-->
  673. <!--<id>default-compile</id>-->
  674. <!--<phase>none</phase>-->
  675. <!--</execution>-->
  676. <!--&lt;!&ndash; Replacing default-testCompile as it is treated specially by maven &ndash;&gt;-->
  677. <!--<execution>-->
  678. <!--<id>default-testCompile</id>-->
  679. <!--<phase>none</phase>-->
  680. <!--</execution>-->
  681. <!--<execution>-->
  682. <!--<id>java-compile</id>-->
  683. <!--<phase>compile</phase>-->
  684. <!--<goals>-->
  685. <!--<goal>compile</goal>-->
  686. <!--</goals>-->
  687. <!--</execution>-->
  688. <!--<execution>-->
  689. <!--<id>java-test-compile</id>-->
  690. <!--<phase>test-compile</phase>-->
  691. <!--<goals>-->
  692. <!--<goal>testCompile</goal>-->
  693. <!--</goals>-->
  694. <!--</execution>-->
  695. <!--</executions>-->
  696. <!--</plugin>-->
  697. <!-- Compiler 插件, 设定JDK版本 -->
  698. <plugin>
  699. <groupId>org.apache.maven.plugins</groupId>
  700. <artifactId>maven-compiler-plugin</artifactId>
  701. <version>3.5.1</version>
  702. <executions>
  703. <execution>
  704. <id>compile</id>
  705. <phase>compile</phase>
  706. <goals>
  707. <goal>compile</goal>
  708. </goals>
  709. </execution>
  710. <execution>
  711. <id>testCompile</id>
  712. <phase>test-compile</phase>
  713. <goals>
  714. <goal>testCompile</goal>
  715. </goals>
  716. </execution>
  717. </executions>
  718. <configuration>
  719. <source>${jdk.version}</source>
  720. <target>${jdk.version}</target>
  721. <showWarnings>true</showWarnings>
  722. </configuration>
  723. </plugin>
  724. <!-- JSP 预编译插件 jspweb.xml
  725. <plugin>
  726. <groupId>org.jasig.mojo.jspc</groupId>
  727. <artifactId>jspc-maven-plugin</artifactId>
  728. <version>2.0.0</version>
  729. <configuration>
  730. <injectString>&lt;!- - [INSERT FRAGMENT HERE] - -&gt;</injectString>
  731. </configuration>
  732. <executions>
  733. <execution>
  734. <goals>
  735. <goal>compile</goal>
  736. </goals>
  737. </execution>
  738. </executions>
  739. <dependencies>
  740. <dependency>
  741. <groupId>org.jasig.mojo.jspc</groupId>
  742. <artifactId>jspc-compiler-tomcat6</artifactId>
  743. <version>2.0.0</version>
  744. </dependency>
  745. </dependencies>
  746. </plugin>-->
  747. <!-- Jetty JSP 预编译插件 web.xml
  748. <plugin>
  749. <groupId>org.mortbay.jetty</groupId>
  750. <artifactId>jetty-jspc-maven-plugin</artifactId>
  751. <version>${jetty.version}</version>
  752. <configuration>
  753. <insertionMarker>&lt;!- - [INSERT FRAGMENT HERE] - -&gt;</insertionMarker>
  754. </configuration>
  755. <executions>
  756. <execution>
  757. <goals>
  758. <goal>jspc</goal>
  759. </goals>
  760. </execution>
  761. </executions>
  762. </plugin>-->
  763. <!-- 打包jar文件时,配置manifest文件,加入lib包的jar依赖 -->
  764. <plugin>
  765. <groupId>org.apache.maven.plugins</groupId>
  766. <artifactId>maven-jar-plugin</artifactId>
  767. <version>2.4</version>
  768. <configuration>
  769. <encoding>${project.build.sourceEncoding}</encoding>
  770. </configuration>
  771. <!-- <executions>
  772. <execution>
  773. <phase>prepare-package</phase>
  774. <goals>
  775. <goal>jar</goal>
  776. </goals>
  777. <configuration>
  778. <classesDirectory>${project.outputDirectory}</classesDirectory>
  779. <finalName>jeesite</finalName>
  780. <outputDirectory>${project.build.directory}/${project.artifactId}/WEB-INF/lib</outputDirectory>
  781. <includes>
  782. <include>com/thinkgem/jeesite/**</include>
  783. </includes>
  784. </configuration>
  785. </execution>
  786. </executions> -->
  787. </plugin>
  788. <!-- 混淆代码
  789. <plugin>
  790. <groupId>com.github.wvengen</groupId>
  791. <artifactId>proguard-maven-plugin</artifactId>
  792. <version>2.0.11</version>
  793. <executions>
  794. <execution>
  795. <phase>prepare-package</phase>
  796. <goals>
  797. <goal>proguard</goal>
  798. </goals>
  799. </execution>
  800. </executions>
  801. <configuration>
  802. <obfuscate>true</obfuscate>
  803. <options>
  804. <option>-injars ${project.build.directory}/${project.artifactId}/WEB-INF/lib/jeesite.jar</option>
  805. </options>
  806. <outjar>${project.artifactId}/WEB-INF/lib/jeesite_out.jar</outjar>
  807. <outputDirectory>${project.build.directory}</outputDirectory>
  808. <proguardInclude>${basedir}/proguard.cfg</proguardInclude>
  809. <source>${jdk.version}</source>
  810. <target>${jdk.version}</target>
  811. <encoding>${project.build.sourceEncoding}</encoding>
  812. <libs>
  813. <lib>${java.home}/lib/rt.jar</lib>
  814. <lib>${java.home}/lib/jsse.jar</lib>
  815. <lib>${java.home}/lib/jce.jar</lib>
  816. </libs>
  817. <addMavenDescriptor>false</addMavenDescriptor>
  818. </configuration>
  819. <dependencies>
  820. <dependency>
  821. <groupId>net.sf.proguard</groupId>
  822. <artifactId>proguard-base</artifactId>
  823. <version>4.9</version>
  824. <scope>runtime</scope>
  825. </dependency>
  826. </dependencies>
  827. </plugin> -->
  828. <!-- war 打包插件, 设定war包名称不带版本号 -->
  829. <plugin>
  830. <groupId>org.apache.maven.plugins</groupId>
  831. <artifactId>maven-war-plugin</artifactId>
  832. <version>2.4</version>
  833. <configuration>
  834. <packagingExcludes>
  835. <!-- WEB-INF/classes/com/thinkgem/jeesite/** -->
  836. WEB-INF/classes/org/apache/ibatis/**,
  837. WEB-INF/classes/org/mybatis/spring/**
  838. </packagingExcludes>
  839. <warSourceExcludes>
  840. static/bootstrap/2.3.1/docs/**,
  841. static/ckeditor/_samples/**,
  842. static/ckeditor/_source/**,
  843. static/ckfinder/_samples/**,
  844. static/ckfinder/help/**,
  845. static/compressor*/**,
  846. static/jquery-jbox/2.3/docs/**,
  847. static/jquery-jbox/2.3/Skins2/**,
  848. static/jquery-validation/1.11.0/demo/**,
  849. static/jquery-ztree/3.5.12/demo/**,
  850. static/My97DatePicker/docs/**,
  851. static/supcan/doc/**,
  852. static/SuperSlide/demo/**,
  853. static/treeTable/demo/**<!-- , -->
  854. <!-- userfiles/** --><!-- ,/**/*.jsp -->,
  855. test/**
  856. </warSourceExcludes>
  857. <webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory><!--
  858. <webXml>${project.basedir}/target/jspweb.xml</webXml> -->
  859. <warName>${project.artifactId}</warName>
  860. </configuration>
  861. </plugin>
  862. <!-- Eclipse 插件 -->
  863. <plugin>
  864. <groupId>org.apache.maven.plugins</groupId>
  865. <artifactId>maven-eclipse-plugin</artifactId>
  866. <version>2.9</version>
  867. <configuration>
  868. <downloadSources>${downloadSources}</downloadSources>
  869. <downloadJavadocs>false</downloadJavadocs>
  870. <wtpversion>2.0</wtpversion>
  871. <jeeversion>5.0</jeeversion>
  872. <!-- <jeeversion>6.0</jeeversion> -->
  873. <additionalConfig>
  874. <file>
  875. <name>.settings/org.eclipse.core.resources.prefs</name>
  876. <content>
  877. <![CDATA[
  878. eclipse.preferences.version=1${line.separator}encoding/<project>=${project.build.sourceEncoding}${line.separator}
  879. ]]>
  880. </content>
  881. </file>
  882. </additionalConfig>
  883. <additionalProjectnatures>
  884. <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
  885. </additionalProjectnatures>
  886. </configuration>
  887. </plugin>
  888. <!-- tomcat6插件 -->
  889. <plugin>
  890. <groupId>org.apache.tomcat.maven</groupId>
  891. <artifactId>tomcat6-maven-plugin</artifactId>
  892. <version>${tomcat.version}</version>
  893. <configuration>
  894. <port>${webserver.port}</port>
  895. <path>/${project.artifactId}</path>
  896. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  897. </configuration>
  898. </plugin>
  899. <!-- tomcat7插件 -->
  900. <plugin>
  901. <groupId>org.apache.tomcat.maven</groupId>
  902. <artifactId>tomcat7-maven-plugin</artifactId>
  903. <version>${tomcat.version}</version>
  904. <configuration>
  905. <port>${webserver.port}</port>
  906. <path>/${project.artifactId}</path>
  907. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  908. </configuration>
  909. </plugin>
  910. <!-- jetty插件 -->
  911. <plugin>
  912. <groupId>org.mortbay.jetty</groupId>
  913. <artifactId>jetty-maven-plugin</artifactId>
  914. <version>${jetty.version}</version>
  915. <configuration>
  916. <connectors>
  917. <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
  918. <port>${webserver.port}</port>
  919. </connector>
  920. </connectors>
  921. <webAppConfig>
  922. <contextPath>/${project.artifactId}</contextPath>
  923. </webAppConfig>
  924. <systemProperties>
  925. <systemProperty>
  926. <name>org.mortbay.util.URI.charset</name>
  927. <value>${project.build.sourceEncoding}</value>
  928. </systemProperty>
  929. </systemProperties>
  930. </configuration>
  931. </plugin>
  932. <!-- resource插件 -->
  933. <plugin>
  934. <groupId>org.apache.maven.plugins</groupId>
  935. <artifactId>maven-resources-plugin</artifactId>
  936. <version>2.7</version>
  937. </plugin>
  938. <!-- install插件 -->
  939. <plugin>
  940. <groupId>org.apache.maven.plugins</groupId>
  941. <artifactId>maven-install-plugin</artifactId>
  942. <version>2.5.2</version>
  943. </plugin>
  944. <!-- clean插件 -->
  945. <plugin>
  946. <groupId>org.apache.maven.plugins</groupId>
  947. <artifactId>maven-clean-plugin</artifactId>
  948. <version>2.6.1</version>
  949. </plugin>
  950. <!-- ant插件 -->
  951. <plugin>
  952. <groupId>org.apache.maven.plugins</groupId>
  953. <artifactId>maven-antrun-plugin</artifactId>
  954. <version>1.8</version>
  955. </plugin>
  956. <!-- dependency插件 -->
  957. <plugin>
  958. <groupId>org.apache.maven.plugins</groupId>
  959. <artifactId>maven-dependency-plugin</artifactId>
  960. <version>2.10</version>
  961. </plugin>
  962. </plugins>
  963. </build>
  964. <profiles>
  965. <!-- 初始化数据库 -->
  966. <profile>
  967. <id>init-db</id>
  968. <dependencies>
  969. <dependency>
  970. <groupId>org.dbunit</groupId>
  971. <artifactId>dbunit</artifactId>
  972. <version>2.4.8</version>
  973. </dependency>
  974. <dependency>
  975. <groupId>org.apache.poi</groupId>
  976. <artifactId>poi</artifactId>
  977. <version>3.9</version>
  978. <!--<version>3.2-FINAL</version>-->
  979. </dependency>
  980. </dependencies>
  981. <build>
  982. <plugins>
  983. <plugin>
  984. <groupId>org.jetbrains.kotlin</groupId>
  985. <artifactId>kotlin-maven-plugin</artifactId>
  986. <version>${kotlin.version}</version>
  987. <executions>
  988. <execution>
  989. <id>compile</id>
  990. <goals> <goal>compile</goal> </goals>
  991. <configuration>
  992. <sourceDirs>
  993. <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  994. <sourceDir>${project.basedir}/src/main/java</sourceDir>
  995. </sourceDirs>
  996. </configuration>
  997. </execution>
  998. <execution>
  999. <id>test-compile</id>
  1000. <goals> <goal>test-compile</goal> </goals>
  1001. <configuration>
  1002. <sourceDirs>
  1003. <sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
  1004. <sourceDir>${project.basedir}/src/test/java</sourceDir>
  1005. </sourceDirs>
  1006. </configuration>
  1007. </execution>
  1008. </executions>
  1009. </plugin>
  1010. <plugin>
  1011. <groupId>org.apache.maven.plugins</groupId>
  1012. <artifactId>maven-compiler-plugin</artifactId>
  1013. <version>3.5.1</version>
  1014. <executions>
  1015. <!-- 替换会被 maven 特别处理的 default-compile -->
  1016. <execution>
  1017. <id>default-compile</id>
  1018. <phase>none</phase>
  1019. </execution>
  1020. <!-- 替换会被 maven 特别处理的 default-testCompile -->
  1021. <execution>
  1022. <id>default-testCompile</id>
  1023. <phase>none</phase>
  1024. </execution>
  1025. <execution>
  1026. <id>java-compile</id>
  1027. <phase>compile</phase>
  1028. <goals> <goal>compile</goal> </goals>
  1029. </execution>
  1030. <execution>
  1031. <id>java-test-compile</id>
  1032. <phase>test-compile</phase>
  1033. <goals> <goal>testCompile</goal> </goals>
  1034. </execution>
  1035. </executions>
  1036. </plugin>
  1037. <plugin>
  1038. <groupId>org.apache.maven.plugins</groupId>
  1039. <artifactId>maven-antrun-plugin</artifactId>
  1040. <version>1.8</version>
  1041. <configuration>
  1042. <target>
  1043. <!-- mysql -->
  1044. <property name="dbunit.datatype" value="org.dbunit.ext.mysql.MySqlDataTypeFactory"/>
  1045. <!-- mssql
  1046. <property name="dbunit.datatype" value="org.dbunit.ext.mssql.MsSqlDataTypeFactory" /> -->
  1047. <!-- oracle
  1048. <property name="dbunit.datatype" value="org.dbunit.ext.oracle.Oracle10DataTypeFactory" /> -->
  1049. <property file="src/main/resources/jeesite.properties"/>
  1050. <sql driver="${jdbc.driver}" url="${jdbc.url}" userid="${jdbc.username}"
  1051. password="${jdbc.password}"
  1052. onerror="continue" encoding="${project.build.sourceEncoding}">
  1053. <classpath refid="maven.test.classpath"/>
  1054. <transaction src="db/sys/jeesite_${jdbc.type}.sql"/>
  1055. <transaction src="db/cms/jeesite_${jdbc.type}.sql"/>
  1056. <transaction src="db/oa/jeesite_${jdbc.type}.sql"/>
  1057. <transaction src="db/gen/jeesite_${jdbc.type}.sql"/>
  1058. <transaction src="db/gen/example_${jdbc.type}.sql"/>
  1059. <transaction src="db/test/jeesite_${jdbc.type}.sql"/>
  1060. <transaction src="db/act/drop/activiti.${jdbc.type}.drop.engine.sql"/>
  1061. <transaction src="db/act/drop/activiti.${jdbc.type}.drop.history.sql"/>
  1062. <transaction src="db/act/drop/activiti.${jdbc.type}.drop.identity.sql"/>
  1063. <transaction src="db/act/create/activiti.${jdbc.type}.create.engine.sql"/>
  1064. <transaction src="db/act/create/activiti.${jdbc.type}.create.history.sql"/>
  1065. <transaction src="db/act/create/activiti.${jdbc.type}.create.identity.sql"/>
  1066. </sql>
  1067. <taskdef name="dbunit" classname="org.dbunit.ant.DbUnitTask"
  1068. classpathref="maven.test.classpath"/>
  1069. <!-- mysql、mssql -->
  1070. <dbunit driver="${jdbc.driver}" url="${jdbc.url}" userid="${jdbc.username}"
  1071. password="${jdbc.password}">
  1072. <!-- oracle
  1073. <dbunit driver="${jdbc.driver}" url="${jdbc.url}" userid="${jdbc.username}"
  1074. password="${jdbc.password}" schema="${jdbc.username}" > -->
  1075. <dbconfig>
  1076. <property name="datatypeFactory" value="${dbunit.datatype}"/>
  1077. </dbconfig>
  1078. <classpath refid="maven.test.classpath"/>
  1079. <operation type="INSERT" src="db/sys/jeesite_data.xls" format="xls"
  1080. transaction="true"/>
  1081. <operation type="INSERT" src="db/cms/jeesite_data.xls" format="xls"
  1082. transaction="true"/>
  1083. </dbunit>
  1084. </target>
  1085. </configuration>
  1086. </plugin>
  1087. </plugins>
  1088. </build>
  1089. </profile>
  1090. </profiles>
  1091. <distributionManagement>
  1092. <snapshotRepository>
  1093. <id>qtrj-nexus</id>
  1094. <url>http://qtrj.i234.me:8081/repository/maven-snapshots/</url>
  1095. </snapshotRepository>
  1096. <repository>
  1097. <id>
  1098. qtrj-nexus
  1099. </id>
  1100. <url>http://qtrj.i234.me:8081/repository/maven-releases/</url>
  1101. </repository>
  1102. </distributionManagement>
  1103. <repositories>
  1104. <repository>
  1105. <id>
  1106. qtrj-nexus
  1107. </id>
  1108. <name>maven 私服</name>
  1109. <url>http://qtrj.i234.me:8081/repository/maven-public/</url>
  1110. <snapshots>
  1111. <enabled>true</enabled>
  1112. </snapshots>
  1113. </repository>
  1114. </repositories>
  1115. <!-- 设定插件仓库 -->
  1116. <pluginRepositories>
  1117. <pluginRepository>
  1118. <id>jeesite-repos</id>
  1119. <name>Jeesite Repository</name>
  1120. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  1121. </pluginRepository>
  1122. <pluginRepository>
  1123. <id>spring-snapshots</id>
  1124. <name>Spring Snapshots</name>
  1125. <url>https://repo.spring.io/snapshot</url>
  1126. <snapshots>
  1127. <enabled>true</enabled>
  1128. </snapshots>
  1129. </pluginRepository>
  1130. <pluginRepository>
  1131. <id>spring-milestones</id>
  1132. <name>Spring Milestones</name>
  1133. <url>https://repo.spring.io/milestone</url>
  1134. <snapshots>
  1135. <enabled>false</enabled>
  1136. </snapshots>
  1137. </pluginRepository>
  1138. </pluginRepositories>
  1139. </project>