pom.xml 5.6 KB

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