pom.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>2.4.3</version>
  10. <relativePath/> <!-- lookup parent from repository -->
  11. </parent>
  12. <groupId>org.example</groupId>
  13. <artifactId>huimv-env-admin</artifactId>
  14. <version>0.0.1-SNAPSHOT</version>
  15. <dependencies>
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-web</artifactId>
  19. <version>2.4.1</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.projectlombok</groupId>
  23. <artifactId>lombok</artifactId>
  24. <version>1.18.16</version>
  25. <optional>true</optional>
  26. </dependency>
  27. <dependency>
  28. <groupId>mysql</groupId>
  29. <artifactId>mysql-connector-java</artifactId>
  30. <version>8.0.22</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.alibaba</groupId>
  34. <artifactId>druid-spring-boot-starter</artifactId>
  35. <version>1.2.5</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.auth0</groupId>
  39. <artifactId>java-jwt</artifactId>
  40. <version>3.3.0</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.belerweb</groupId>
  44. <artifactId>pinyin4j</artifactId>
  45. <version>2.5.1</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>io.jsonwebtoken</groupId>
  49. <artifactId>jjwt</artifactId>
  50. <version>0.9.1</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>net.sf.json-lib</groupId>
  54. <artifactId>json-lib</artifactId>
  55. <version>2.2.3</version>
  56. <classifier>jdk15</classifier>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.alibaba</groupId>
  60. <artifactId>fastjson</artifactId>
  61. <version>1.2.28</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>cn.dustlight.captcha</groupId>
  65. <artifactId>redis-store</artifactId>
  66. <version>0.0.6</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>cn.dustlight.captcha</groupId>
  70. <artifactId>captcha-core</artifactId>
  71. <version>0.0.6</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>cn.hutool</groupId>
  75. <artifactId>hutool-all</artifactId>
  76. <version>5.7.11</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.baomidou</groupId>
  80. <artifactId>mybatis-plus-boot-starter</artifactId>
  81. <version>3.4.2</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.baomidou</groupId>
  85. <artifactId>mybatis-plus-extension</artifactId>
  86. <version>3.4.2</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.baomidou</groupId>
  90. <artifactId>mybatis-plus-generator</artifactId>
  91. <version>3.2.0</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.apache.httpcomponents</groupId>
  95. <artifactId>httpclient</artifactId>
  96. <version>4.5.14</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.jcraft</groupId>
  100. <artifactId>jsch</artifactId>
  101. <version>0.1.54</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.jxls</groupId>
  105. <artifactId>jxls</artifactId>
  106. <version>2.6.0</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.jxls</groupId>
  110. <artifactId>jxls-poi</artifactId>
  111. <version>1.1.0</version>
  112. </dependency>
  113. <!-- easy-trans -->
  114. <dependency>
  115. <groupId>com.fhs-opensource</groupId>
  116. <artifactId>easy-trans-spring-boot-starter</artifactId>
  117. <version>2.1.7</version>
  118. </dependency>
  119. <!-- easy-trans-mybatis-plus-extend -->
  120. <dependency>
  121. <groupId>com.fhs-opensource</groupId>
  122. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  123. <version>2.1.7</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.springframework.boot</groupId>
  127. <artifactId>spring-boot-starter-validation</artifactId>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.fhs-opensource</groupId>
  131. <artifactId>easy-trans-spring-boot-starter</artifactId>
  132. <version>2.1.7</version>
  133. </dependency>
  134. <!-- easy-trans-mybatis-plus-extend -->
  135. <dependency>
  136. <groupId>com.fhs-opensource</groupId>
  137. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  138. <version>2.1.7</version>
  139. </dependency>
  140. </dependencies>
  141. </project>