pom.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. <parent>
  6. <groupId>com.fdkankan</groupId>
  7. <artifactId>4dkankan-parent</artifactId>
  8. <version>2.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.fdkankan</groupId>
  12. <artifactId>4dkankan-common</artifactId>
  13. <dependencies>
  14. <dependency>
  15. <groupId>org.projectlombok</groupId>
  16. <artifactId>lombok</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>cn.hutool</groupId>
  20. <artifactId>hutool-all</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>javax.servlet</groupId>
  24. <artifactId>servlet-api</artifactId>
  25. <scope>provided</scope>
  26. <version>2.4</version>
  27. </dependency>
  28. <!-- <dependency>-->
  29. <!-- <groupId>com.alibaba.cloud</groupId>-->
  30. <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
  31. <!-- <version>2.1.0.RELEASE</version>-->
  32. <!-- </dependency>-->
  33. <!-- <dependency>-->
  34. <!-- <groupId>org.springframework.cloud</groupId>-->
  35. <!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
  36. <!-- <version>2.2.10.RELEASE</version>-->
  37. <!-- </dependency>-->
  38. <!-- <dependency>-->
  39. <!-- <groupId>org.springframework.boot</groupId>-->
  40. <!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
  41. <!-- </dependency>-->
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-webflux</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.mybatis.spring.boot</groupId>
  48. <artifactId>mybatis-spring-boot-starter</artifactId>
  49. <version>1.3.2</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.alibaba</groupId>
  53. <artifactId>fastjson</artifactId>
  54. <version>1.2.58</version>
  55. </dependency>
  56. <!-- <dependency>-->
  57. <!-- <groupId>mysql</groupId>-->
  58. <!-- <artifactId>mysql-connector-java</artifactId>-->
  59. <!-- <scope>runtime</scope>-->
  60. <!-- </dependency>-->
  61. <!-- <dependency>-->
  62. <!-- <groupId>org.springframework.boot</groupId>-->
  63. <!-- <artifactId>spring-boot-starter-test</artifactId>-->
  64. <!-- <scope>test</scope>-->
  65. <!-- <exclusions>-->
  66. <!-- <exclusion>-->
  67. <!-- <groupId>org.junit.vintage</groupId>-->
  68. <!-- <artifactId>junit-vintage-engine</artifactId>-->
  69. <!-- </exclusion>-->
  70. <!-- <exclusion>-->
  71. <!-- <groupId>junit</groupId>-->
  72. <!-- <artifactId>junit</artifactId>-->
  73. <!-- </exclusion>-->
  74. <!-- </exclusions>-->
  75. <!-- </dependency>-->
  76. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/com.alibaba/fastjson &ndash;&gt;-->
  77. <!-- <dependency>-->
  78. <!-- <groupId>com.alibaba</groupId>-->
  79. <!-- <artifactId>fastjson</artifactId>-->
  80. <!-- <version>1.2.58</version>-->
  81. <!-- </dependency>-->
  82. <!-- <dependency>-->
  83. <!-- <groupId>org.apache.httpcomponents</groupId>-->
  84. <!-- <artifactId>httpclient</artifactId>-->
  85. <!-- </dependency>-->
  86. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/com.alibaba/druid &ndash;&gt;-->
  87. <!-- <dependency>-->
  88. <!-- <groupId>com.alibaba</groupId>-->
  89. <!-- <artifactId>druid</artifactId>-->
  90. <!-- <version>1.1.17</version>-->
  91. <!-- </dependency>-->
  92. <!-- <dependency>-->
  93. <!-- <groupId>io.springfox</groupId>-->
  94. <!-- <artifactId>springfox-swagger2</artifactId>-->
  95. <!-- <version>2.9.2</version>-->
  96. <!-- </dependency>-->
  97. <!-- <dependency>-->
  98. <!-- <groupId>io.springfox</groupId>-->
  99. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  100. <!-- <version>2.9.2</version>-->
  101. <!-- </dependency>-->
  102. <!-- <dependency>-->
  103. <!-- <groupId>org.springframework.plugin</groupId>-->
  104. <!-- <artifactId>spring-plugin-core</artifactId>-->
  105. <!-- <version>1.2.0.RELEASE</version>-->
  106. <!-- </dependency>-->
  107. <!-- <dependency>-->
  108. <!-- <groupId>org.springframework.plugin</groupId>-->
  109. <!-- <artifactId>spring-plugin-metadata</artifactId>-->
  110. <!-- <version>1.2.0.RELEASE</version>-->
  111. <!-- </dependency>-->
  112. <!-- <dependency>-->
  113. <!-- <groupId>com.github.xiaoymin</groupId>-->
  114. <!-- <artifactId>swagger-bootstrap-ui</artifactId>-->
  115. <!-- <version>1.9.4</version>-->
  116. <!-- </dependency>-->
  117. <!-- <dependency>-->
  118. <!-- <groupId>org.springframework.boot</groupId>-->
  119. <!-- <artifactId>spring-boot-starter-aop</artifactId>-->
  120. <!-- </dependency>-->
  121. </dependencies>
  122. <build>
  123. <plugins>
  124. <plugin>
  125. <groupId>org.apache.maven.plugins</groupId>
  126. <artifactId>maven-compiler-plugin</artifactId>
  127. </plugin>
  128. </plugins>
  129. </build>
  130. </project>