pump-web.iml 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="Spring" name="Spring">
  5. <configuration />
  6. </facet>
  7. <facet type="web" name="Web">
  8. <configuration>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
  11. </webroots>
  12. <sourceRoots>
  13. <root url="file://$MODULE_DIR$/src/main/java" />
  14. <root url="file://$MODULE_DIR$/src/main/resources" />
  15. </sourceRoots>
  16. </configuration>
  17. </facet>
  18. </component>
  19. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  20. <output url="file://$MODULE_DIR$/target/classes" />
  21. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  22. <content url="file://$MODULE_DIR$">
  23. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  24. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  25. <sourceFolder url="file://$MODULE_DIR$/src/main/test" isTestSource="true" />
  26. <excludeFolder url="file://$MODULE_DIR$/target" />
  27. </content>
  28. <orderEntry type="inheritedJdk" />
  29. <orderEntry type="sourceFolder" forTests="false" />
  30. <orderEntry type="module-library">
  31. <library>
  32. <CLASSES>
  33. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.2.0/mybatis-plus-boot-starter-3.2.0.jar!/" />
  34. </CLASSES>
  35. <JAVADOC />
  36. <SOURCES />
  37. </library>
  38. </orderEntry>
  39. <orderEntry type="module-library">
  40. <library>
  41. <CLASSES>
  42. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.2.0/mybatis-plus-3.2.0.jar!/" />
  43. </CLASSES>
  44. <JAVADOC />
  45. <SOURCES />
  46. </library>
  47. </orderEntry>
  48. <orderEntry type="module-library">
  49. <library>
  50. <CLASSES>
  51. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.2.0/mybatis-plus-extension-3.2.0.jar!/" />
  52. </CLASSES>
  53. <JAVADOC />
  54. <SOURCES />
  55. </library>
  56. </orderEntry>
  57. <orderEntry type="module-library">
  58. <library>
  59. <CLASSES>
  60. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.2.0/mybatis-plus-core-3.2.0.jar!/" />
  61. </CLASSES>
  62. <JAVADOC />
  63. <SOURCES />
  64. </library>
  65. </orderEntry>
  66. <orderEntry type="module-library">
  67. <library>
  68. <CLASSES>
  69. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.2.0/mybatis-plus-annotation-3.2.0.jar!/" />
  70. </CLASSES>
  71. <JAVADOC />
  72. <SOURCES />
  73. </library>
  74. </orderEntry>
  75. <orderEntry type="module-library">
  76. <library>
  77. <CLASSES>
  78. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.2/mybatis-3.5.2.jar!/" />
  79. </CLASSES>
  80. <JAVADOC />
  81. <SOURCES />
  82. </library>
  83. </orderEntry>
  84. <orderEntry type="module-library">
  85. <library>
  86. <CLASSES>
  87. <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/2.1/jsqlparser-2.1.jar!/" />
  88. </CLASSES>
  89. <JAVADOC />
  90. <SOURCES />
  91. </library>
  92. </orderEntry>
  93. <orderEntry type="module-library">
  94. <library>
  95. <CLASSES>
  96. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.2/mybatis-spring-2.0.2.jar!/" />
  97. </CLASSES>
  98. <JAVADOC />
  99. <SOURCES />
  100. </library>
  101. </orderEntry>
  102. <orderEntry type="module-library">
  103. <library>
  104. <CLASSES>
  105. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.1.5.RELEASE/spring-boot-autoconfigure-2.1.5.RELEASE.jar!/" />
  106. </CLASSES>
  107. <JAVADOC />
  108. <SOURCES />
  109. </library>
  110. </orderEntry>
  111. <orderEntry type="module-library">
  112. <library>
  113. <CLASSES>
  114. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.1.5.RELEASE/spring-boot-2.1.5.RELEASE.jar!/" />
  115. </CLASSES>
  116. <JAVADOC />
  117. <SOURCES />
  118. </library>
  119. </orderEntry>
  120. <orderEntry type="module-library">
  121. <library>
  122. <CLASSES>
  123. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.1.7.RELEASE/spring-core-5.1.7.RELEASE.jar!/" />
  124. </CLASSES>
  125. <JAVADOC />
  126. <SOURCES />
  127. </library>
  128. </orderEntry>
  129. <orderEntry type="module-library">
  130. <library>
  131. <CLASSES>
  132. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.1.7.RELEASE/spring-jcl-5.1.7.RELEASE.jar!/" />
  133. </CLASSES>
  134. <JAVADOC />
  135. <SOURCES />
  136. </library>
  137. </orderEntry>
  138. <orderEntry type="module-library">
  139. <library>
  140. <CLASSES>
  141. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.1.7.RELEASE/spring-context-5.1.7.RELEASE.jar!/" />
  142. </CLASSES>
  143. <JAVADOC />
  144. <SOURCES />
  145. </library>
  146. </orderEntry>
  147. <orderEntry type="module-library">
  148. <library>
  149. <CLASSES>
  150. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.1.7.RELEASE/spring-aop-5.1.7.RELEASE.jar!/" />
  151. </CLASSES>
  152. <JAVADOC />
  153. <SOURCES />
  154. </library>
  155. </orderEntry>
  156. <orderEntry type="module-library">
  157. <library>
  158. <CLASSES>
  159. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.1.7.RELEASE/spring-beans-5.1.7.RELEASE.jar!/" />
  160. </CLASSES>
  161. <JAVADOC />
  162. <SOURCES />
  163. </library>
  164. </orderEntry>
  165. <orderEntry type="module-library">
  166. <library>
  167. <CLASSES>
  168. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.1.7.RELEASE/spring-expression-5.1.7.RELEASE.jar!/" />
  169. </CLASSES>
  170. <JAVADOC />
  171. <SOURCES />
  172. </library>
  173. </orderEntry>
  174. <orderEntry type="module-library">
  175. <library>
  176. <CLASSES>
  177. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.1.5.RELEASE/spring-boot-starter-jdbc-2.1.5.RELEASE.jar!/" />
  178. </CLASSES>
  179. <JAVADOC />
  180. <SOURCES />
  181. </library>
  182. </orderEntry>
  183. <orderEntry type="module-library">
  184. <library>
  185. <CLASSES>
  186. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.1.5.RELEASE/spring-boot-starter-2.1.5.RELEASE.jar!/" />
  187. </CLASSES>
  188. <JAVADOC />
  189. <SOURCES />
  190. </library>
  191. </orderEntry>
  192. <orderEntry type="module-library">
  193. <library>
  194. <CLASSES>
  195. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.1.5.RELEASE/spring-boot-starter-logging-2.1.5.RELEASE.jar!/" />
  196. </CLASSES>
  197. <JAVADOC />
  198. <SOURCES />
  199. </library>
  200. </orderEntry>
  201. <orderEntry type="module-library">
  202. <library>
  203. <CLASSES>
  204. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/" />
  205. </CLASSES>
  206. <JAVADOC />
  207. <SOURCES />
  208. </library>
  209. </orderEntry>
  210. <orderEntry type="module-library">
  211. <library>
  212. <CLASSES>
  213. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar!/" />
  214. </CLASSES>
  215. <JAVADOC />
  216. <SOURCES />
  217. </library>
  218. </orderEntry>
  219. <orderEntry type="module-library">
  220. <library>
  221. <CLASSES>
  222. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar!/" />
  223. </CLASSES>
  224. <JAVADOC />
  225. <SOURCES />
  226. </library>
  227. </orderEntry>
  228. <orderEntry type="module-library">
  229. <library>
  230. <CLASSES>
  231. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.11.2/log4j-to-slf4j-2.11.2.jar!/" />
  232. </CLASSES>
  233. <JAVADOC />
  234. <SOURCES />
  235. </library>
  236. </orderEntry>
  237. <orderEntry type="module-library">
  238. <library>
  239. <CLASSES>
  240. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar!/" />
  241. </CLASSES>
  242. <JAVADOC />
  243. <SOURCES />
  244. </library>
  245. </orderEntry>
  246. <orderEntry type="module-library">
  247. <library>
  248. <CLASSES>
  249. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.26/jul-to-slf4j-1.7.26.jar!/" />
  250. </CLASSES>
  251. <JAVADOC />
  252. <SOURCES />
  253. </library>
  254. </orderEntry>
  255. <orderEntry type="module-library">
  256. <library>
  257. <CLASSES>
  258. <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar!/" />
  259. </CLASSES>
  260. <JAVADOC />
  261. <SOURCES />
  262. </library>
  263. </orderEntry>
  264. <orderEntry type="module-library">
  265. <library>
  266. <CLASSES>
  267. <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar!/" />
  268. </CLASSES>
  269. <JAVADOC />
  270. <SOURCES />
  271. </library>
  272. </orderEntry>
  273. <orderEntry type="module-library">
  274. <library>
  275. <CLASSES>
  276. <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0.jar!/" />
  277. </CLASSES>
  278. <JAVADOC />
  279. <SOURCES />
  280. </library>
  281. </orderEntry>
  282. <orderEntry type="module-library">
  283. <library>
  284. <CLASSES>
  285. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.1.7.RELEASE/spring-jdbc-5.1.7.RELEASE.jar!/" />
  286. </CLASSES>
  287. <JAVADOC />
  288. <SOURCES />
  289. </library>
  290. </orderEntry>
  291. <orderEntry type="module-library">
  292. <library>
  293. <CLASSES>
  294. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.1.7.RELEASE/spring-tx-5.1.7.RELEASE.jar!/" />
  295. </CLASSES>
  296. <JAVADOC />
  297. <SOURCES />
  298. </library>
  299. </orderEntry>
  300. <orderEntry type="module-library">
  301. <library>
  302. <CLASSES>
  303. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0.jar!/" />
  304. </CLASSES>
  305. <JAVADOC />
  306. <SOURCES />
  307. </library>
  308. </orderEntry>
  309. <orderEntry type="module-library">
  310. <library>
  311. <CLASSES>
  312. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0.jar!/" />
  313. </CLASSES>
  314. <JAVADOC />
  315. <SOURCES />
  316. </library>
  317. </orderEntry>
  318. <orderEntry type="module-library">
  319. <library>
  320. <CLASSES>
  321. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-lang/1.4.0/shiro-lang-1.4.0.jar!/" />
  322. </CLASSES>
  323. <JAVADOC />
  324. <SOURCES />
  325. </library>
  326. </orderEntry>
  327. <orderEntry type="module-library">
  328. <library>
  329. <CLASSES>
  330. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-cache/1.4.0/shiro-cache-1.4.0.jar!/" />
  331. </CLASSES>
  332. <JAVADOC />
  333. <SOURCES />
  334. </library>
  335. </orderEntry>
  336. <orderEntry type="module-library">
  337. <library>
  338. <CLASSES>
  339. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-hash/1.4.0/shiro-crypto-hash-1.4.0.jar!/" />
  340. </CLASSES>
  341. <JAVADOC />
  342. <SOURCES />
  343. </library>
  344. </orderEntry>
  345. <orderEntry type="module-library">
  346. <library>
  347. <CLASSES>
  348. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-core/1.4.0/shiro-crypto-core-1.4.0.jar!/" />
  349. </CLASSES>
  350. <JAVADOC />
  351. <SOURCES />
  352. </library>
  353. </orderEntry>
  354. <orderEntry type="module-library">
  355. <library>
  356. <CLASSES>
  357. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-cipher/1.4.0/shiro-crypto-cipher-1.4.0.jar!/" />
  358. </CLASSES>
  359. <JAVADOC />
  360. <SOURCES />
  361. </library>
  362. </orderEntry>
  363. <orderEntry type="module-library">
  364. <library>
  365. <CLASSES>
  366. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-core/1.4.0/shiro-config-core-1.4.0.jar!/" />
  367. </CLASSES>
  368. <JAVADOC />
  369. <SOURCES />
  370. </library>
  371. </orderEntry>
  372. <orderEntry type="module-library">
  373. <library>
  374. <CLASSES>
  375. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-ogdl/1.4.0/shiro-config-ogdl-1.4.0.jar!/" />
  376. </CLASSES>
  377. <JAVADOC />
  378. <SOURCES />
  379. </library>
  380. </orderEntry>
  381. <orderEntry type="module-library">
  382. <library>
  383. <CLASSES>
  384. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-event/1.4.0/shiro-event-1.4.0.jar!/" />
  385. </CLASSES>
  386. <JAVADOC />
  387. <SOURCES />
  388. </library>
  389. </orderEntry>
  390. <orderEntry type="module-library">
  391. <library>
  392. <CLASSES>
  393. <root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar!/" />
  394. </CLASSES>
  395. <JAVADOC />
  396. <SOURCES />
  397. </library>
  398. </orderEntry>
  399. <orderEntry type="module-library">
  400. <library>
  401. <CLASSES>
  402. <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar!/" />
  403. </CLASSES>
  404. <JAVADOC />
  405. <SOURCES />
  406. </library>
  407. </orderEntry>
  408. <orderEntry type="module-library">
  409. <library>
  410. <CLASSES>
  411. <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0.jar!/" />
  412. </CLASSES>
  413. <JAVADOC />
  414. <SOURCES />
  415. </library>
  416. </orderEntry>
  417. <orderEntry type="module-library">
  418. <library>
  419. <CLASSES>
  420. <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar!/" />
  421. </CLASSES>
  422. <JAVADOC />
  423. <SOURCES />
  424. </library>
  425. </orderEntry>
  426. <orderEntry type="module-library">
  427. <library>
  428. <CLASSES>
  429. <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.62/fastjson-1.2.62.jar!/" />
  430. </CLASSES>
  431. <JAVADOC />
  432. <SOURCES />
  433. </library>
  434. </orderEntry>
  435. <orderEntry type="module-library">
  436. <library>
  437. <CLASSES>
  438. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.6.1/springfox-swagger-ui-2.6.1.jar!/" />
  439. </CLASSES>
  440. <JAVADOC />
  441. <SOURCES />
  442. </library>
  443. </orderEntry>
  444. <orderEntry type="module-library">
  445. <library>
  446. <CLASSES>
  447. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.6.1/springfox-spring-web-2.6.1.jar!/" />
  448. </CLASSES>
  449. <JAVADOC />
  450. <SOURCES />
  451. </library>
  452. </orderEntry>
  453. <orderEntry type="module-library">
  454. <library>
  455. <CLASSES>
  456. <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/18.0/guava-18.0.jar!/" />
  457. </CLASSES>
  458. <JAVADOC />
  459. <SOURCES />
  460. </library>
  461. </orderEntry>
  462. <orderEntry type="module-library">
  463. <library>
  464. <CLASSES>
  465. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.4.0/classmate-1.4.0.jar!/" />
  466. </CLASSES>
  467. <JAVADOC />
  468. <SOURCES />
  469. </library>
  470. </orderEntry>
  471. <orderEntry type="module-library">
  472. <library>
  473. <CLASSES>
  474. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar!/" />
  475. </CLASSES>
  476. <JAVADOC />
  477. <SOURCES />
  478. </library>
  479. </orderEntry>
  480. <orderEntry type="module-library">
  481. <library>
  482. <CLASSES>
  483. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.jar!/" />
  484. </CLASSES>
  485. <JAVADOC />
  486. <SOURCES />
  487. </library>
  488. </orderEntry>
  489. <orderEntry type="module-library">
  490. <library>
  491. <CLASSES>
  492. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.6.1/springfox-spi-2.6.1.jar!/" />
  493. </CLASSES>
  494. <JAVADOC />
  495. <SOURCES />
  496. </library>
  497. </orderEntry>
  498. <orderEntry type="module-library">
  499. <library>
  500. <CLASSES>
  501. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.6.1/springfox-core-2.6.1.jar!/" />
  502. </CLASSES>
  503. <JAVADOC />
  504. <SOURCES />
  505. </library>
  506. </orderEntry>
  507. <orderEntry type="module-library">
  508. <library>
  509. <CLASSES>
  510. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-thymeleaf/2.1.5.RELEASE/spring-boot-starter-thymeleaf-2.1.5.RELEASE.jar!/" />
  511. </CLASSES>
  512. <JAVADOC />
  513. <SOURCES />
  514. </library>
  515. </orderEntry>
  516. <orderEntry type="module-library">
  517. <library>
  518. <CLASSES>
  519. <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf-spring5/3.0.11.RELEASE/thymeleaf-spring5-3.0.11.RELEASE.jar!/" />
  520. </CLASSES>
  521. <JAVADOC />
  522. <SOURCES />
  523. </library>
  524. </orderEntry>
  525. <orderEntry type="module-library">
  526. <library>
  527. <CLASSES>
  528. <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf/3.0.11.RELEASE/thymeleaf-3.0.11.RELEASE.jar!/" />
  529. </CLASSES>
  530. <JAVADOC />
  531. <SOURCES />
  532. </library>
  533. </orderEntry>
  534. <orderEntry type="module-library">
  535. <library>
  536. <CLASSES>
  537. <root url="jar://$MAVEN_REPOSITORY$/org/attoparser/attoparser/2.0.5.RELEASE/attoparser-2.0.5.RELEASE.jar!/" />
  538. </CLASSES>
  539. <JAVADOC />
  540. <SOURCES />
  541. </library>
  542. </orderEntry>
  543. <orderEntry type="module-library">
  544. <library>
  545. <CLASSES>
  546. <root url="jar://$MAVEN_REPOSITORY$/org/unbescape/unbescape/1.1.6.RELEASE/unbescape-1.1.6.RELEASE.jar!/" />
  547. </CLASSES>
  548. <JAVADOC />
  549. <SOURCES />
  550. </library>
  551. </orderEntry>
  552. <orderEntry type="module-library">
  553. <library>
  554. <CLASSES>
  555. <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/extras/thymeleaf-extras-java8time/3.0.4.RELEASE/thymeleaf-extras-java8time-3.0.4.RELEASE.jar!/" />
  556. </CLASSES>
  557. <JAVADOC />
  558. <SOURCES />
  559. </library>
  560. </orderEntry>
  561. <orderEntry type="module-library">
  562. <library>
  563. <CLASSES>
  564. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar!/" />
  565. </CLASSES>
  566. <JAVADOC />
  567. <SOURCES />
  568. </library>
  569. </orderEntry>
  570. <orderEntry type="module-library">
  571. <library>
  572. <CLASSES>
  573. <root url="jar://$MAVEN_REPOSITORY$/cn/hutool/hutool-all/4.6.8/hutool-all-4.6.8.jar!/" />
  574. </CLASSES>
  575. <JAVADOC />
  576. <SOURCES />
  577. </library>
  578. </orderEntry>
  579. <orderEntry type="module-library">
  580. <library>
  581. <CLASSES>
  582. <root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.6/commons-io-2.6.jar!/" />
  583. </CLASSES>
  584. <JAVADOC />
  585. <SOURCES />
  586. </library>
  587. </orderEntry>
  588. <orderEntry type="module-library">
  589. <library>
  590. <CLASSES>
  591. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.1.5.RELEASE/spring-boot-starter-aop-2.1.5.RELEASE.jar!/" />
  592. </CLASSES>
  593. <JAVADOC />
  594. <SOURCES />
  595. </library>
  596. </orderEntry>
  597. <orderEntry type="module-library">
  598. <library>
  599. <CLASSES>
  600. <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.9.4/aspectjweaver-1.9.4.jar!/" />
  601. </CLASSES>
  602. <JAVADOC />
  603. <SOURCES />
  604. </library>
  605. </orderEntry>
  606. <orderEntry type="module-library">
  607. <library>
  608. <CLASSES>
  609. <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid-spring-boot-starter/1.1.21/druid-spring-boot-starter-1.1.21.jar!/" />
  610. </CLASSES>
  611. <JAVADOC />
  612. <SOURCES />
  613. </library>
  614. </orderEntry>
  615. <orderEntry type="module-library">
  616. <library>
  617. <CLASSES>
  618. <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.1.21/druid-1.1.21.jar!/" />
  619. </CLASSES>
  620. <JAVADOC />
  621. <SOURCES />
  622. </library>
  623. </orderEntry>
  624. <orderEntry type="module-library">
  625. <library>
  626. <CLASSES>
  627. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis-reactive/2.1.5.RELEASE/spring-boot-starter-data-redis-reactive-2.1.5.RELEASE.jar!/" />
  628. </CLASSES>
  629. <JAVADOC />
  630. <SOURCES />
  631. </library>
  632. </orderEntry>
  633. <orderEntry type="module-library">
  634. <library>
  635. <CLASSES>
  636. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.1.5.RELEASE/spring-boot-starter-data-redis-2.1.5.RELEASE.jar!/" />
  637. </CLASSES>
  638. <JAVADOC />
  639. <SOURCES />
  640. </library>
  641. </orderEntry>
  642. <orderEntry type="module-library">
  643. <library>
  644. <CLASSES>
  645. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.1.8.RELEASE/spring-data-redis-2.1.8.RELEASE.jar!/" />
  646. </CLASSES>
  647. <JAVADOC />
  648. <SOURCES />
  649. </library>
  650. </orderEntry>
  651. <orderEntry type="module-library">
  652. <library>
  653. <CLASSES>
  654. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.1.8.RELEASE/spring-data-keyvalue-2.1.8.RELEASE.jar!/" />
  655. </CLASSES>
  656. <JAVADOC />
  657. <SOURCES />
  658. </library>
  659. </orderEntry>
  660. <orderEntry type="module-library">
  661. <library>
  662. <CLASSES>
  663. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.1.8.RELEASE/spring-data-commons-2.1.8.RELEASE.jar!/" />
  664. </CLASSES>
  665. <JAVADOC />
  666. <SOURCES />
  667. </library>
  668. </orderEntry>
  669. <orderEntry type="module-library">
  670. <library>
  671. <CLASSES>
  672. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.1.7.RELEASE/spring-oxm-5.1.7.RELEASE.jar!/" />
  673. </CLASSES>
  674. <JAVADOC />
  675. <SOURCES />
  676. </library>
  677. </orderEntry>
  678. <orderEntry type="module-library">
  679. <library>
  680. <CLASSES>
  681. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.1.7.RELEASE/spring-context-support-5.1.7.RELEASE.jar!/" />
  682. </CLASSES>
  683. <JAVADOC />
  684. <SOURCES />
  685. </library>
  686. </orderEntry>
  687. <orderEntry type="module-library">
  688. <library>
  689. <CLASSES>
  690. <root url="jar://$MAVEN_REPOSITORY$/io/lettuce/lettuce-core/5.1.6.RELEASE/lettuce-core-5.1.6.RELEASE.jar!/" />
  691. </CLASSES>
  692. <JAVADOC />
  693. <SOURCES />
  694. </library>
  695. </orderEntry>
  696. <orderEntry type="module-library">
  697. <library>
  698. <CLASSES>
  699. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.36.Final/netty-common-4.1.36.Final.jar!/" />
  700. </CLASSES>
  701. <JAVADOC />
  702. <SOURCES />
  703. </library>
  704. </orderEntry>
  705. <orderEntry type="module-library">
  706. <library>
  707. <CLASSES>
  708. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-handler/4.1.36.Final/netty-handler-4.1.36.Final.jar!/" />
  709. </CLASSES>
  710. <JAVADOC />
  711. <SOURCES />
  712. </library>
  713. </orderEntry>
  714. <orderEntry type="module-library">
  715. <library>
  716. <CLASSES>
  717. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-buffer/4.1.36.Final/netty-buffer-4.1.36.Final.jar!/" />
  718. </CLASSES>
  719. <JAVADOC />
  720. <SOURCES />
  721. </library>
  722. </orderEntry>
  723. <orderEntry type="module-library">
  724. <library>
  725. <CLASSES>
  726. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-transport/4.1.36.Final/netty-transport-4.1.36.Final.jar!/" />
  727. </CLASSES>
  728. <JAVADOC />
  729. <SOURCES />
  730. </library>
  731. </orderEntry>
  732. <orderEntry type="module-library">
  733. <library>
  734. <CLASSES>
  735. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-resolver/4.1.36.Final/netty-resolver-4.1.36.Final.jar!/" />
  736. </CLASSES>
  737. <JAVADOC />
  738. <SOURCES />
  739. </library>
  740. </orderEntry>
  741. <orderEntry type="module-library">
  742. <library>
  743. <CLASSES>
  744. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar!/" />
  745. </CLASSES>
  746. <JAVADOC />
  747. <SOURCES />
  748. </library>
  749. </orderEntry>
  750. <orderEntry type="module-library">
  751. <library>
  752. <CLASSES>
  753. <root url="jar://$MAVEN_REPOSITORY$/io/projectreactor/reactor-core/3.2.9.RELEASE/reactor-core-3.2.9.RELEASE.jar!/" />
  754. </CLASSES>
  755. <JAVADOC />
  756. <SOURCES />
  757. </library>
  758. </orderEntry>
  759. <orderEntry type="module-library">
  760. <library>
  761. <CLASSES>
  762. <root url="jar://$MAVEN_REPOSITORY$/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar!/" />
  763. </CLASSES>
  764. <JAVADOC />
  765. <SOURCES />
  766. </library>
  767. </orderEntry>
  768. <orderEntry type="module-library">
  769. <library>
  770. <CLASSES>
  771. <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.8/lombok-1.18.8.jar!/" />
  772. </CLASSES>
  773. <JAVADOC />
  774. <SOURCES />
  775. </library>
  776. </orderEntry>
  777. <orderEntry type="module-library">
  778. <library>
  779. <CLASSES>
  780. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.6.1/springfox-swagger2-2.6.1.jar!/" />
  781. </CLASSES>
  782. <JAVADOC />
  783. <SOURCES />
  784. </library>
  785. </orderEntry>
  786. <orderEntry type="module-library">
  787. <library>
  788. <CLASSES>
  789. <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.10/swagger-annotations-1.5.10.jar!/" />
  790. </CLASSES>
  791. <JAVADOC />
  792. <SOURCES />
  793. </library>
  794. </orderEntry>
  795. <orderEntry type="module-library">
  796. <library>
  797. <CLASSES>
  798. <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.10/swagger-models-1.5.10.jar!/" />
  799. </CLASSES>
  800. <JAVADOC />
  801. <SOURCES />
  802. </library>
  803. </orderEntry>
  804. <orderEntry type="module-library">
  805. <library>
  806. <CLASSES>
  807. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar!/" />
  808. </CLASSES>
  809. <JAVADOC />
  810. <SOURCES />
  811. </library>
  812. </orderEntry>
  813. <orderEntry type="module-library">
  814. <library>
  815. <CLASSES>
  816. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.6.1/springfox-schema-2.6.1.jar!/" />
  817. </CLASSES>
  818. <JAVADOC />
  819. <SOURCES />
  820. </library>
  821. </orderEntry>
  822. <orderEntry type="module-library">
  823. <library>
  824. <CLASSES>
  825. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.6.1/springfox-swagger-common-2.6.1.jar!/" />
  826. </CLASSES>
  827. <JAVADOC />
  828. <SOURCES />
  829. </library>
  830. </orderEntry>
  831. <orderEntry type="module-library">
  832. <library>
  833. <CLASSES>
  834. <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.0.0.Final/mapstruct-1.0.0.Final.jar!/" />
  835. </CLASSES>
  836. <JAVADOC />
  837. <SOURCES />
  838. </library>
  839. </orderEntry>
  840. <orderEntry type="module-library">
  841. <library>
  842. <CLASSES>
  843. <root url="jar://$MAVEN_REPOSITORY$/com/aliyun/aliyun-java-sdk-push/3.13.0/aliyun-java-sdk-push-3.13.0.jar!/" />
  844. </CLASSES>
  845. <JAVADOC />
  846. <SOURCES />
  847. </library>
  848. </orderEntry>
  849. <orderEntry type="module-library">
  850. <library>
  851. <CLASSES>
  852. <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar!/" />
  853. </CLASSES>
  854. <JAVADOC />
  855. <SOURCES />
  856. </library>
  857. </orderEntry>
  858. <orderEntry type="module-library">
  859. <library>
  860. <CLASSES>
  861. <root url="jar://$MAVEN_REPOSITORY$/com/aliyun/aliyun-java-sdk-core/4.3.2/aliyun-java-sdk-core-4.3.2.jar!/" />
  862. </CLASSES>
  863. <JAVADOC />
  864. <SOURCES />
  865. </library>
  866. </orderEntry>
  867. <orderEntry type="module-library">
  868. <library>
  869. <CLASSES>
  870. <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar!/" />
  871. </CLASSES>
  872. <JAVADOC />
  873. <SOURCES />
  874. </library>
  875. </orderEntry>
  876. <orderEntry type="module-library">
  877. <library>
  878. <CLASSES>
  879. <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar!/" />
  880. </CLASSES>
  881. <JAVADOC />
  882. <SOURCES />
  883. </library>
  884. </orderEntry>
  885. <orderEntry type="module-library">
  886. <library>
  887. <CLASSES>
  888. <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" />
  889. </CLASSES>
  890. <JAVADOC />
  891. <SOURCES />
  892. </library>
  893. </orderEntry>
  894. <orderEntry type="module-library">
  895. <library>
  896. <CLASSES>
  897. <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11.jar!/" />
  898. </CLASSES>
  899. <JAVADOC />
  900. <SOURCES />
  901. </library>
  902. </orderEntry>
  903. <orderEntry type="module-library">
  904. <library>
  905. <CLASSES>
  906. <root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar!/" />
  907. </CLASSES>
  908. <JAVADOC />
  909. <SOURCES />
  910. </library>
  911. </orderEntry>
  912. <orderEntry type="module-library">
  913. <library>
  914. <CLASSES>
  915. <root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar!/" />
  916. </CLASSES>
  917. <JAVADOC />
  918. <SOURCES />
  919. </library>
  920. </orderEntry>
  921. <orderEntry type="module-library">
  922. <library>
  923. <CLASSES>
  924. <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar!/" />
  925. </CLASSES>
  926. <JAVADOC />
  927. <SOURCES />
  928. </library>
  929. </orderEntry>
  930. <orderEntry type="module-library">
  931. <library>
  932. <CLASSES>
  933. <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar!/" />
  934. </CLASSES>
  935. <JAVADOC />
  936. <SOURCES />
  937. </library>
  938. </orderEntry>
  939. <orderEntry type="module-library">
  940. <library>
  941. <CLASSES>
  942. <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1.1/activation-1.1.1.jar!/" />
  943. </CLASSES>
  944. <JAVADOC />
  945. <SOURCES />
  946. </library>
  947. </orderEntry>
  948. <orderEntry type="module-library">
  949. <library>
  950. <CLASSES>
  951. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.1.5.RELEASE/spring-boot-starter-web-2.1.5.RELEASE.jar!/" />
  952. </CLASSES>
  953. <JAVADOC />
  954. <SOURCES />
  955. </library>
  956. </orderEntry>
  957. <orderEntry type="module-library">
  958. <library>
  959. <CLASSES>
  960. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.1.5.RELEASE/spring-boot-starter-json-2.1.5.RELEASE.jar!/" />
  961. </CLASSES>
  962. <JAVADOC />
  963. <SOURCES />
  964. </library>
  965. </orderEntry>
  966. <orderEntry type="module-library">
  967. <library>
  968. <CLASSES>
  969. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.1.7.RELEASE/spring-web-5.1.7.RELEASE.jar!/" />
  970. </CLASSES>
  971. <JAVADOC />
  972. <SOURCES />
  973. </library>
  974. </orderEntry>
  975. <orderEntry type="module-library">
  976. <library>
  977. <CLASSES>
  978. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar!/" />
  979. </CLASSES>
  980. <JAVADOC />
  981. <SOURCES />
  982. </library>
  983. </orderEntry>
  984. <orderEntry type="module-library">
  985. <library>
  986. <CLASSES>
  987. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar!/" />
  988. </CLASSES>
  989. <JAVADOC />
  990. <SOURCES />
  991. </library>
  992. </orderEntry>
  993. <orderEntry type="module-library">
  994. <library>
  995. <CLASSES>
  996. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.8/jackson-datatype-jdk8-2.9.8.jar!/" />
  997. </CLASSES>
  998. <JAVADOC />
  999. <SOURCES />
  1000. </library>
  1001. </orderEntry>
  1002. <orderEntry type="module-library">
  1003. <library>
  1004. <CLASSES>
  1005. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.8/jackson-datatype-jsr310-2.9.8.jar!/" />
  1006. </CLASSES>
  1007. <JAVADOC />
  1008. <SOURCES />
  1009. </library>
  1010. </orderEntry>
  1011. <orderEntry type="module-library">
  1012. <library>
  1013. <CLASSES>
  1014. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8.jar!/" />
  1015. </CLASSES>
  1016. <JAVADOC />
  1017. <SOURCES />
  1018. </library>
  1019. </orderEntry>
  1020. <orderEntry type="module-library">
  1021. <library>
  1022. <CLASSES>
  1023. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.1.5.RELEASE/spring-boot-starter-tomcat-2.1.5.RELEASE.jar!/" />
  1024. </CLASSES>
  1025. <JAVADOC />
  1026. <SOURCES />
  1027. </library>
  1028. </orderEntry>
  1029. <orderEntry type="module-library">
  1030. <library>
  1031. <CLASSES>
  1032. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/9.0.19/tomcat-embed-core-9.0.19.jar!/" />
  1033. </CLASSES>
  1034. <JAVADOC />
  1035. <SOURCES />
  1036. </library>
  1037. </orderEntry>
  1038. <orderEntry type="module-library">
  1039. <library>
  1040. <CLASSES>
  1041. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/9.0.19/tomcat-embed-el-9.0.19.jar!/" />
  1042. </CLASSES>
  1043. <JAVADOC />
  1044. <SOURCES />
  1045. </library>
  1046. </orderEntry>
  1047. <orderEntry type="module-library">
  1048. <library>
  1049. <CLASSES>
  1050. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.19/tomcat-embed-websocket-9.0.19.jar!/" />
  1051. </CLASSES>
  1052. <JAVADOC />
  1053. <SOURCES />
  1054. </library>
  1055. </orderEntry>
  1056. <orderEntry type="module-library">
  1057. <library>
  1058. <CLASSES>
  1059. <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.16.Final/hibernate-validator-6.0.16.Final.jar!/" />
  1060. </CLASSES>
  1061. <JAVADOC />
  1062. <SOURCES />
  1063. </library>
  1064. </orderEntry>
  1065. <orderEntry type="module-library">
  1066. <library>
  1067. <CLASSES>
  1068. <root url="jar://$MAVEN_REPOSITORY$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar!/" />
  1069. </CLASSES>
  1070. <JAVADOC />
  1071. <SOURCES />
  1072. </library>
  1073. </orderEntry>
  1074. <orderEntry type="module-library">
  1075. <library>
  1076. <CLASSES>
  1077. <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar!/" />
  1078. </CLASSES>
  1079. <JAVADOC />
  1080. <SOURCES />
  1081. </library>
  1082. </orderEntry>
  1083. <orderEntry type="module-library">
  1084. <library>
  1085. <CLASSES>
  1086. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.1.7.RELEASE/spring-webmvc-5.1.7.RELEASE.jar!/" />
  1087. </CLASSES>
  1088. <JAVADOC />
  1089. <SOURCES />
  1090. </library>
  1091. </orderEntry>
  1092. <orderEntry type="module-library">
  1093. <library>
  1094. <CLASSES>
  1095. <root url="jar://$MAVEN_REPOSITORY$/com/ibeetl/beetl/3.0.13.RELEASE/beetl-3.0.13.RELEASE.jar!/" />
  1096. </CLASSES>
  1097. <JAVADOC />
  1098. <SOURCES />
  1099. </library>
  1100. </orderEntry>
  1101. <orderEntry type="module-library">
  1102. <library>
  1103. <CLASSES>
  1104. <root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar!/" />
  1105. </CLASSES>
  1106. <JAVADOC />
  1107. <SOURCES />
  1108. </library>
  1109. </orderEntry>
  1110. <orderEntry type="module-library">
  1111. <library>
  1112. <CLASSES>
  1113. <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.2/asm-5.2.jar!/" />
  1114. </CLASSES>
  1115. <JAVADOC />
  1116. <SOURCES />
  1117. </library>
  1118. </orderEntry>
  1119. <orderEntry type="module-library">
  1120. <library>
  1121. <CLASSES>
  1122. <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm-commons/5.2/asm-commons-5.2.jar!/" />
  1123. </CLASSES>
  1124. <JAVADOC />
  1125. <SOURCES />
  1126. </library>
  1127. </orderEntry>
  1128. <orderEntry type="module-library">
  1129. <library>
  1130. <CLASSES>
  1131. <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm-tree/5.2/asm-tree-5.2.jar!/" />
  1132. </CLASSES>
  1133. <JAVADOC />
  1134. <SOURCES />
  1135. </library>
  1136. </orderEntry>
  1137. <orderEntry type="module-library">
  1138. <library>
  1139. <CLASSES>
  1140. <root url="jar://$MAVEN_REPOSITORY$/org/crazycake/shiro-redis/3.1.0/shiro-redis-3.1.0.jar!/" />
  1141. </CLASSES>
  1142. <JAVADOC />
  1143. <SOURCES />
  1144. </library>
  1145. </orderEntry>
  1146. <orderEntry type="module-library">
  1147. <library>
  1148. <CLASSES>
  1149. <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.3/jedis-2.9.3.jar!/" />
  1150. </CLASSES>
  1151. <JAVADOC />
  1152. <SOURCES />
  1153. </library>
  1154. </orderEntry>
  1155. <orderEntry type="module-library">
  1156. <library>
  1157. <CLASSES>
  1158. <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.6.2/commons-pool2-2.6.2.jar!/" />
  1159. </CLASSES>
  1160. <JAVADOC />
  1161. <SOURCES />
  1162. </library>
  1163. </orderEntry>
  1164. <orderEntry type="module-library">
  1165. <library>
  1166. <CLASSES>
  1167. <root url="jar://$MAVEN_REPOSITORY$/com/puppycrawl/tools/checkstyle/8.3/checkstyle-8.3.jar!/" />
  1168. </CLASSES>
  1169. <JAVADOC />
  1170. <SOURCES />
  1171. </library>
  1172. </orderEntry>
  1173. <orderEntry type="module-library">
  1174. <library>
  1175. <CLASSES>
  1176. <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7.jar!/" />
  1177. </CLASSES>
  1178. <JAVADOC />
  1179. <SOURCES />
  1180. </library>
  1181. </orderEntry>
  1182. <orderEntry type="module-library">
  1183. <library>
  1184. <CLASSES>
  1185. <root url="jar://$MAVEN_REPOSITORY$/commons-cli/commons-cli/1.4/commons-cli-1.4.jar!/" />
  1186. </CLASSES>
  1187. <JAVADOC />
  1188. <SOURCES />
  1189. </library>
  1190. </orderEntry>
  1191. <orderEntry type="module-library">
  1192. <library>
  1193. <CLASSES>
  1194. <root url="jar://$MAVEN_REPOSITORY$/net/sf/saxon/Saxon-HE/9.8.0-4/Saxon-HE-9.8.0-4.jar!/" />
  1195. </CLASSES>
  1196. <JAVADOC />
  1197. <SOURCES />
  1198. </library>
  1199. </orderEntry>
  1200. <orderEntry type="module-library">
  1201. <library>
  1202. <CLASSES>
  1203. <root url="jar://E:/software/JDK/lib/tools.jar!/" />
  1204. </CLASSES>
  1205. <JAVADOC />
  1206. <SOURCES />
  1207. </library>
  1208. </orderEntry>
  1209. <orderEntry type="module-library">
  1210. <library>
  1211. <CLASSES>
  1212. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-generator/3.2.0/mybatis-plus-generator-3.2.0.jar!/" />
  1213. </CLASSES>
  1214. <JAVADOC />
  1215. <SOURCES />
  1216. </library>
  1217. </orderEntry>
  1218. <orderEntry type="module-library">
  1219. <library>
  1220. <CLASSES>
  1221. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-amqp/2.1.5.RELEASE/spring-boot-starter-amqp-2.1.5.RELEASE.jar!/" />
  1222. </CLASSES>
  1223. <JAVADOC />
  1224. <SOURCES />
  1225. </library>
  1226. </orderEntry>
  1227. <orderEntry type="module-library">
  1228. <library>
  1229. <CLASSES>
  1230. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-messaging/5.1.7.RELEASE/spring-messaging-5.1.7.RELEASE.jar!/" />
  1231. </CLASSES>
  1232. <JAVADOC />
  1233. <SOURCES />
  1234. </library>
  1235. </orderEntry>
  1236. <orderEntry type="module-library">
  1237. <library>
  1238. <CLASSES>
  1239. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/amqp/spring-rabbit/2.1.6.RELEASE/spring-rabbit-2.1.6.RELEASE.jar!/" />
  1240. </CLASSES>
  1241. <JAVADOC />
  1242. <SOURCES />
  1243. </library>
  1244. </orderEntry>
  1245. <orderEntry type="module-library">
  1246. <library>
  1247. <CLASSES>
  1248. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/amqp/spring-amqp/2.1.6.RELEASE/spring-amqp-2.1.6.RELEASE.jar!/" />
  1249. </CLASSES>
  1250. <JAVADOC />
  1251. <SOURCES />
  1252. </library>
  1253. </orderEntry>
  1254. <orderEntry type="module-library">
  1255. <library>
  1256. <CLASSES>
  1257. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/retry/spring-retry/1.2.4.RELEASE/spring-retry-1.2.4.RELEASE.jar!/" />
  1258. </CLASSES>
  1259. <JAVADOC />
  1260. <SOURCES />
  1261. </library>
  1262. </orderEntry>
  1263. <orderEntry type="module-library">
  1264. <library>
  1265. <CLASSES>
  1266. <root url="jar://$MAVEN_REPOSITORY$/com/rabbitmq/amqp-client/5.4.3/amqp-client-5.4.3.jar!/" />
  1267. </CLASSES>
  1268. <JAVADOC />
  1269. <SOURCES />
  1270. </library>
  1271. </orderEntry>
  1272. <orderEntry type="module-library">
  1273. <library>
  1274. <CLASSES>
  1275. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-configuration-processor/2.1.5.RELEASE/spring-boot-configuration-processor-2.1.5.RELEASE.jar!/" />
  1276. </CLASSES>
  1277. <JAVADOC />
  1278. <SOURCES />
  1279. </library>
  1280. </orderEntry>
  1281. <orderEntry type="module-library">
  1282. <library>
  1283. <CLASSES>
  1284. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.1.5.RELEASE/spring-boot-starter-test-2.1.5.RELEASE.jar!/" />
  1285. </CLASSES>
  1286. <JAVADOC />
  1287. <SOURCES />
  1288. </library>
  1289. </orderEntry>
  1290. <orderEntry type="module-library">
  1291. <library>
  1292. <CLASSES>
  1293. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.1.5.RELEASE/spring-boot-test-2.1.5.RELEASE.jar!/" />
  1294. </CLASSES>
  1295. <JAVADOC />
  1296. <SOURCES />
  1297. </library>
  1298. </orderEntry>
  1299. <orderEntry type="module-library">
  1300. <library>
  1301. <CLASSES>
  1302. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.1.5.RELEASE/spring-boot-test-autoconfigure-2.1.5.RELEASE.jar!/" />
  1303. </CLASSES>
  1304. <JAVADOC />
  1305. <SOURCES />
  1306. </library>
  1307. </orderEntry>
  1308. <orderEntry type="module-library">
  1309. <library>
  1310. <CLASSES>
  1311. <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar!/" />
  1312. </CLASSES>
  1313. <JAVADOC />
  1314. <SOURCES />
  1315. </library>
  1316. </orderEntry>
  1317. <orderEntry type="module-library">
  1318. <library>
  1319. <CLASSES>
  1320. <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3.jar!/" />
  1321. </CLASSES>
  1322. <JAVADOC />
  1323. <SOURCES />
  1324. </library>
  1325. </orderEntry>
  1326. <orderEntry type="module-library">
  1327. <library>
  1328. <CLASSES>
  1329. <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar!/" />
  1330. </CLASSES>
  1331. <JAVADOC />
  1332. <SOURCES />
  1333. </library>
  1334. </orderEntry>
  1335. <orderEntry type="module-library">
  1336. <library>
  1337. <CLASSES>
  1338. <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
  1339. </CLASSES>
  1340. <JAVADOC />
  1341. <SOURCES />
  1342. </library>
  1343. </orderEntry>
  1344. <orderEntry type="module-library">
  1345. <library>
  1346. <CLASSES>
  1347. <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
  1348. </CLASSES>
  1349. <JAVADOC />
  1350. <SOURCES />
  1351. </library>
  1352. </orderEntry>
  1353. <orderEntry type="module-library">
  1354. <library>
  1355. <CLASSES>
  1356. <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.jar!/" />
  1357. </CLASSES>
  1358. <JAVADOC />
  1359. <SOURCES />
  1360. </library>
  1361. </orderEntry>
  1362. <orderEntry type="module-library">
  1363. <library>
  1364. <CLASSES>
  1365. <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/2.23.4/mockito-core-2.23.4.jar!/" />
  1366. </CLASSES>
  1367. <JAVADOC />
  1368. <SOURCES />
  1369. </library>
  1370. </orderEntry>
  1371. <orderEntry type="module-library">
  1372. <library>
  1373. <CLASSES>
  1374. <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.9.12/byte-buddy-1.9.12.jar!/" />
  1375. </CLASSES>
  1376. <JAVADOC />
  1377. <SOURCES />
  1378. </library>
  1379. </orderEntry>
  1380. <orderEntry type="module-library">
  1381. <library>
  1382. <CLASSES>
  1383. <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.9.12/byte-buddy-agent-1.9.12.jar!/" />
  1384. </CLASSES>
  1385. <JAVADOC />
  1386. <SOURCES />
  1387. </library>
  1388. </orderEntry>
  1389. <orderEntry type="module-library">
  1390. <library>
  1391. <CLASSES>
  1392. <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6.jar!/" />
  1393. </CLASSES>
  1394. <JAVADOC />
  1395. <SOURCES />
  1396. </library>
  1397. </orderEntry>
  1398. <orderEntry type="module-library">
  1399. <library>
  1400. <CLASSES>
  1401. <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar!/" />
  1402. </CLASSES>
  1403. <JAVADOC />
  1404. <SOURCES />
  1405. </library>
  1406. </orderEntry>
  1407. <orderEntry type="module-library">
  1408. <library>
  1409. <CLASSES>
  1410. <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar!/" />
  1411. </CLASSES>
  1412. <JAVADOC />
  1413. <SOURCES />
  1414. </library>
  1415. </orderEntry>
  1416. <orderEntry type="module-library">
  1417. <library>
  1418. <CLASSES>
  1419. <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/" />
  1420. </CLASSES>
  1421. <JAVADOC />
  1422. <SOURCES />
  1423. </library>
  1424. </orderEntry>
  1425. <orderEntry type="module-library">
  1426. <library>
  1427. <CLASSES>
  1428. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.1.7.RELEASE/spring-test-5.1.7.RELEASE.jar!/" />
  1429. </CLASSES>
  1430. <JAVADOC />
  1431. <SOURCES />
  1432. </library>
  1433. </orderEntry>
  1434. <orderEntry type="module-library">
  1435. <library>
  1436. <CLASSES>
  1437. <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.jar!/" />
  1438. </CLASSES>
  1439. <JAVADOC />
  1440. <SOURCES />
  1441. </library>
  1442. </orderEntry>
  1443. <orderEntry type="module" module-name="pump-common" />
  1444. <orderEntry type="library" name="Maven: io.netty:netty-all:4.1.36.Final" level="project" />
  1445. <orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-push:3.13.0" level="project" />
  1446. <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.5" level="project" />
  1447. <orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-core:4.3.2" level="project" />
  1448. <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.8" level="project" />
  1449. <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" />
  1450. <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
  1451. <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.1" level="project" />
  1452. <orderEntry type="library" name="Maven: javax.activation:javax.activation-api:1.2.0" level="project" />
  1453. <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-core:2.3.0.1" level="project" />
  1454. <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-impl:2.3.2" level="project" />
  1455. <orderEntry type="library" name="Maven: javax.activation:activation:1.1.1" level="project" />
  1456. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.1.5.RELEASE" level="project" />
  1457. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.5.RELEASE" level="project" />
  1458. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.5.RELEASE" level="project" />
  1459. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE" level="project" />
  1460. <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
  1461. <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
  1462. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2" level="project" />
  1463. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.11.2" level="project" />
  1464. <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.26" level="project" />
  1465. <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
  1466. <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
  1467. <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.1.7.RELEASE" level="project" />
  1468. <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.1.7.RELEASE" level="project" />
  1469. <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.4" level="project" />
  1470. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE" level="project" />
  1471. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE" level="project" />
  1472. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8" level="project" />
  1473. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8" level="project" />
  1474. <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8" level="project" />
  1475. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE" level="project" />
  1476. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.19" level="project" />
  1477. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.19" level="project" />
  1478. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19" level="project" />
  1479. <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.16.Final" level="project" />
  1480. <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
  1481. <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
  1482. <orderEntry type="library" name="Maven: org.springframework:spring-web:5.1.7.RELEASE" level="project" />
  1483. <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.1.7.RELEASE" level="project" />
  1484. <orderEntry type="library" name="Maven: org.springframework:spring-context:5.1.7.RELEASE" level="project" />
  1485. <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.1.7.RELEASE" level="project" />
  1486. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.1.5.RELEASE" level="project" />
  1487. <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE" level="project" />
  1488. <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:3.0.11.RELEASE" level="project" />
  1489. <orderEntry type="library" name="Maven: org.attoparser:attoparser:2.0.5.RELEASE" level="project" />
  1490. <orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.6.RELEASE" level="project" />
  1491. <orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE" level="project" />
  1492. <orderEntry type="library" name="Maven: com.ibeetl:beetl:3.0.13.RELEASE" level="project" />
  1493. <orderEntry type="library" name="Maven: org.antlr:antlr4-runtime:4.7.2" level="project" />
  1494. <orderEntry type="library" name="Maven: org.ow2.asm:asm:5.2" level="project" />
  1495. <orderEntry type="library" name="Maven: org.ow2.asm:asm-commons:5.2" level="project" />
  1496. <orderEntry type="library" name="Maven: org.ow2.asm:asm-tree:5.2" level="project" />
  1497. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-configuration-processor:2.1.5.RELEASE" level="project" />
  1498. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.0" level="project" />
  1499. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.0" level="project" />
  1500. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.0" level="project" />
  1501. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.0" level="project" />
  1502. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.0" level="project" />
  1503. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" level="project" />
  1504. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" level="project" />
  1505. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" level="project" />
  1506. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.0" level="project" />
  1507. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" level="project" />
  1508. <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" />
  1509. <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
  1510. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.0" level="project" />
  1511. <orderEntry type="library" name="Maven: org.crazycake:shiro-redis:3.1.0" level="project" />
  1512. <orderEntry type="library" name="Maven: redis.clients:jedis:2.9.3" level="project" />
  1513. <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.6.2" level="project" />
  1514. <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.26" level="project" />
  1515. <orderEntry type="library" name="Maven: com.puppycrawl.tools:checkstyle:8.3" level="project" />
  1516. <orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" />
  1517. <orderEntry type="library" name="Maven: commons-cli:commons-cli:1.4" level="project" />
  1518. <orderEntry type="library" name="Maven: net.sf.saxon:Saxon-HE:9.8.0-4" level="project" />
  1519. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis-reactive:2.1.5.RELEASE" level="project" />
  1520. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.1.5.RELEASE" level="project" />
  1521. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.1.8.RELEASE" level="project" />
  1522. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.1.8.RELEASE" level="project" />
  1523. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.1.8.RELEASE" level="project" />
  1524. <orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.1.7.RELEASE" level="project" />
  1525. <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.1.7.RELEASE" level="project" />
  1526. <orderEntry type="library" name="Maven: io.lettuce:lettuce-core:5.1.6.RELEASE" level="project" />
  1527. <orderEntry type="library" name="Maven: io.netty:netty-common:4.1.36.Final" level="project" />
  1528. <orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.36.Final" level="project" />
  1529. <orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.36.Final" level="project" />
  1530. <orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.36.Final" level="project" />
  1531. <orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.36.Final" level="project" />
  1532. <orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.36.Final" level="project" />
  1533. <orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.2.9.RELEASE" level="project" />
  1534. <orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.2" level="project" />
  1535. <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.21" level="project" />
  1536. <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.21" level="project" />
  1537. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE" level="project" />
  1538. <orderEntry type="library" name="Maven: cn.hutool:hutool-all:4.6.8" level="project" />
  1539. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.6.1" level="project" />
  1540. <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.10" level="project" />
  1541. <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.10" level="project" />
  1542. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
  1543. <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.6.1" level="project" />
  1544. <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.6.1" level="project" />
  1545. <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.6.1" level="project" />
  1546. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.6.1" level="project" />
  1547. <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.6.1" level="project" />
  1548. <orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" />
  1549. <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.4.0" level="project" />
  1550. <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" />
  1551. <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" />
  1552. <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.0.0.Final" level="project" />
  1553. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.6.1" level="project" />
  1554. <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.62" level="project" />
  1555. <orderEntry type="library" name="Maven: com.rabbitmq:http-client:3.1.1.RELEASE" level="project" />
  1556. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.8" level="project" />
  1557. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.8" level="project" />
  1558. <orderEntry type="library" name="Maven: commons-io:commons-io:2.6" level="project" />
  1559. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.2.0" level="project" />
  1560. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.2.0" level="project" />
  1561. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.1.5.RELEASE" level="project" />
  1562. <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.2.0" level="project" />
  1563. <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.1.7.RELEASE" level="project" />
  1564. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-generator:3.2.0" level="project" />
  1565. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.2.0" level="project" />
  1566. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.2.0" level="project" />
  1567. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.2.0" level="project" />
  1568. <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:2.1" level="project" />
  1569. <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.2" level="project" />
  1570. <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.2" level="project" />
  1571. <orderEntry type="library" scope="RUNTIME" name="Maven: mysql:mysql-connector-java:8.0.16" level="project" />
  1572. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-amqp:2.1.5.RELEASE" level="project" />
  1573. <orderEntry type="library" name="Maven: org.springframework:spring-messaging:5.1.7.RELEASE" level="project" />
  1574. <orderEntry type="library" name="Maven: org.springframework.amqp:spring-rabbit:2.1.6.RELEASE" level="project" />
  1575. <orderEntry type="library" name="Maven: org.springframework.amqp:spring-amqp:2.1.6.RELEASE" level="project" />
  1576. <orderEntry type="library" name="Maven: org.springframework.retry:spring-retry:1.2.4.RELEASE" level="project" />
  1577. <orderEntry type="library" name="Maven: com.rabbitmq:amqp-client:5.4.3" level="project" />
  1578. <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.1.7.RELEASE" level="project" />
  1579. <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.8" level="project" />
  1580. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.1.5.RELEASE" level="project" />
  1581. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.1.5.RELEASE" level="project" />
  1582. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE" level="project" />
  1583. <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" />
  1584. <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" />
  1585. <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" />
  1586. <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
  1587. <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.11.1" level="project" />
  1588. <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.23.4" level="project" />
  1589. <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy:1.9.12" level="project" />
  1590. <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.9.12" level="project" />
  1591. <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" />
  1592. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
  1593. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
  1594. <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" />
  1595. <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" />
  1596. <orderEntry type="library" name="Maven: org.springframework:spring-core:5.1.7.RELEASE" level="project" />
  1597. <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.1.7.RELEASE" level="project" />
  1598. <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.1.7.RELEASE" level="project" />
  1599. <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.2" level="project" />
  1600. </component>
  1601. </module>