.flattened-pom.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.pavis</groupId>
  7. <artifactId>pavis-admin</artifactId>
  8. <version>3.7.0</version>
  9. </parent>
  10. <artifactId>pavis-common</artifactId>
  11. <version>3.7.0</version>
  12. <description>公共模块(存放公共工具类,公共配置等)</description>
  13. <licenses>
  14. <license>
  15. <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
  16. <url>http://www.gnu.org/licenses/lgpl.html</url>
  17. </license>
  18. </licenses>
  19. <dependencies>
  20. <dependency>
  21. <groupId>me.ahoo.cosid</groupId>
  22. <artifactId>cosid-spring-boot-starter</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>me.ahoo.cosid</groupId>
  26. <artifactId>cosid-spring-redis</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.dromara.x-file-storage</groupId>
  30. <artifactId>x-file-storage-spring</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.amazonaws</groupId>
  34. <artifactId>aws-java-sdk-s3</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.freemarker</groupId>
  38. <artifactId>freemarker</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.mysql</groupId>
  42. <artifactId>mysql-connector-j</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>top.continew</groupId>
  46. <artifactId>continew-starter-extension-crud-mp</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>cn.dev33</groupId>
  50. <artifactId>sa-token-spring-boot3-starter</artifactId>
  51. <version>1.37.0</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>top.continew</groupId>
  55. <artifactId>continew-starter-auth-satoken</artifactId>
  56. <exclusions>
  57. <exclusion>
  58. <groupId>org.springframework.boot</groupId>
  59. <artifactId>spring-boot-starter-web</artifactId>
  60. </exclusion>
  61. <exclusion>
  62. <groupId>cn.dev33</groupId>
  63. <artifactId>sa-token-spring-boot3-starter</artifactId>
  64. </exclusion>
  65. </exclusions>
  66. </dependency>
  67. <dependency>
  68. <groupId>top.continew</groupId>
  69. <artifactId>continew-starter-auth-justauth</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>top.continew</groupId>
  73. <artifactId>continew-starter-cache-jetcache</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>top.continew</groupId>
  77. <artifactId>continew-starter-extension-datapermission-mp</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>top.continew</groupId>
  81. <artifactId>continew-starter-messaging-websocket</artifactId>
  82. <exclusions>
  83. <exclusion>
  84. <groupId>org.springframework.boot</groupId>
  85. <artifactId>spring-boot-starter-web</artifactId>
  86. </exclusion>
  87. </exclusions>
  88. </dependency>
  89. <dependency>
  90. <groupId>top.continew</groupId>
  91. <artifactId>continew-starter-messaging-mail</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>top.continew</groupId>
  95. <artifactId>continew-starter-captcha-graphic</artifactId>
  96. </dependency>
  97. <dependency>
  98. <groupId>top.continew</groupId>
  99. <artifactId>continew-starter-captcha-behavior</artifactId>
  100. </dependency>
  101. <dependency>
  102. <groupId>top.continew</groupId>
  103. <artifactId>continew-starter-ratelimiter</artifactId>
  104. </dependency>
  105. <dependency>
  106. <groupId>top.continew</groupId>
  107. <artifactId>continew-starter-security-crypto</artifactId>
  108. </dependency>
  109. <dependency>
  110. <groupId>top.continew</groupId>
  111. <artifactId>continew-starter-security-mask</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>top.continew</groupId>
  115. <artifactId>continew-starter-security-password</artifactId>
  116. </dependency>
  117. <dependency>
  118. <groupId>top.continew</groupId>
  119. <artifactId>continew-starter-json-jackson</artifactId>
  120. </dependency>
  121. </dependencies>
  122. </project>