.flattened-pom.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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>top.continew</groupId>
  50. <artifactId>continew-starter-auth-satoken</artifactId>
  51. <exclusions>
  52. <exclusion>
  53. <groupId>org.springframework.boot</groupId>
  54. <artifactId>spring-boot-starter-web</artifactId>
  55. </exclusion>
  56. <exclusion>
  57. <groupId>cn.dev33</groupId>
  58. <artifactId>sa-token-spring-boot3-starter</artifactId>
  59. </exclusion>
  60. </exclusions>
  61. </dependency>
  62. <dependency>
  63. <groupId>top.continew</groupId>
  64. <artifactId>continew-starter-auth-justauth</artifactId>
  65. </dependency>
  66. <dependency>
  67. <groupId>top.continew</groupId>
  68. <artifactId>continew-starter-cache-jetcache</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>top.continew</groupId>
  72. <artifactId>continew-starter-extension-datapermission-mp</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>top.continew</groupId>
  76. <artifactId>continew-starter-messaging-websocket</artifactId>
  77. <exclusions>
  78. <exclusion>
  79. <groupId>org.springframework.boot</groupId>
  80. <artifactId>spring-boot-starter-web</artifactId>
  81. </exclusion>
  82. </exclusions>
  83. </dependency>
  84. <dependency>
  85. <groupId>top.continew</groupId>
  86. <artifactId>continew-starter-messaging-mail</artifactId>
  87. </dependency>
  88. <dependency>
  89. <groupId>top.continew</groupId>
  90. <artifactId>continew-starter-captcha-graphic</artifactId>
  91. </dependency>
  92. <dependency>
  93. <groupId>top.continew</groupId>
  94. <artifactId>continew-starter-captcha-behavior</artifactId>
  95. </dependency>
  96. <dependency>
  97. <groupId>top.continew</groupId>
  98. <artifactId>continew-starter-ratelimiter</artifactId>
  99. </dependency>
  100. <dependency>
  101. <groupId>top.continew</groupId>
  102. <artifactId>continew-starter-security-crypto</artifactId>
  103. </dependency>
  104. <dependency>
  105. <groupId>top.continew</groupId>
  106. <artifactId>continew-starter-security-mask</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>top.continew</groupId>
  110. <artifactId>continew-starter-security-password</artifactId>
  111. </dependency>
  112. <dependency>
  113. <groupId>top.continew</groupId>
  114. <artifactId>continew-starter-json-jackson</artifactId>
  115. </dependency>
  116. </dependencies>
  117. </project>