pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. <artifactId>sckw-modules</artifactId>
  7. <groupId>com.sckw</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <version>${report.revision}</version>
  12. <artifactId>sckw-report</artifactId>
  13. <description>报表服务</description>
  14. <properties>
  15. <maven.compiler.source>17</maven.compiler.source>
  16. <maven.compiler.target>17</maven.compiler.target>
  17. </properties>
  18. <dependencies>
  19. <!-- 核心模块 -->
  20. <dependency>
  21. <groupId>com.sckw</groupId>
  22. <artifactId>sckw-common-startup</artifactId>
  23. <version>${basic.version}</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.sckw</groupId>
  27. <artifactId>sckw-common-core</artifactId>
  28. <version>${basic.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.sckw</groupId>
  32. <artifactId>sckw-common-remote</artifactId>
  33. <version>${basic.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.sckw</groupId>
  37. <artifactId>sckw-common-datasource</artifactId>
  38. <version>${basic.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.sckw</groupId>
  42. <artifactId>sckw-common-redis</artifactId>
  43. <version>${basic.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.sckw</groupId>
  47. <artifactId>sckw-common-stream</artifactId>
  48. <version>${basic.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.sckw</groupId>
  52. <artifactId>sckw-common-seata</artifactId>
  53. <version>${basic.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.sckw</groupId>
  57. <artifactId>sckw-common-sentinel</artifactId>
  58. <version>${basic.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.sckw</groupId>
  62. <artifactId>sckw-common-mongo</artifactId>
  63. <version>${basic.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.sckw</groupId>
  67. <artifactId>sckw-common-excel</artifactId>
  68. <version>${basic.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.sckw</groupId>
  72. <artifactId>sckw-system-api</artifactId>
  73. <!-- <version>1.0.0</version>-->
  74. <version>${basic.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.sckw</groupId>
  78. <artifactId>sckw-transport-api</artifactId>
  79. <!-- <version>1.0.0</version>-->
  80. <version>${basic.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.sckw</groupId>
  84. <artifactId>sckw-order-api</artifactId>
  85. <!-- <version>1.0.0</version>-->
  86. <version>${basic.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.sckw</groupId>
  90. <artifactId>sckw-fleet-api</artifactId>
  91. <!-- <version>1.0.0</version>-->
  92. <version>${basic.version}</version>
  93. </dependency>
  94. <!--junit-->
  95. <dependency>
  96. <groupId>junit</groupId>
  97. <artifactId>junit</artifactId>
  98. <scope>test</scope>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.springframework.boot</groupId>
  102. <artifactId>spring-boot-starter-test</artifactId>
  103. <scope>test</scope>
  104. </dependency>
  105. <dependency>
  106. <groupId>jakarta.validation</groupId>
  107. <artifactId>jakarta.validation-api</artifactId>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.sckw</groupId>
  111. <artifactId>sckw-common-log</artifactId>
  112. <!-- <version>1.0.0</version>-->
  113. <version>${basic.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.sckw</groupId>
  117. <artifactId>sckw-payment-api</artifactId>
  118. <version>${basic.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.sckw</groupId>
  122. <artifactId>sckw-contract-api</artifactId>
  123. <!-- <version>1.0.0</version>-->
  124. <version>${basic.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.sckw</groupId>
  128. <artifactId>sckw-product-api</artifactId>
  129. <!-- <version>1.0.0</version>-->
  130. <version>${basic.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.springdoc</groupId>
  134. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  135. <version>2.6.0</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.github.xiaoymin</groupId>
  139. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  140. <version>4.5.0</version>
  141. </dependency>
  142. </dependencies>
  143. <build>
  144. <plugins>
  145. <plugin>
  146. <groupId>org.springframework.boot</groupId>
  147. <artifactId>spring-boot-maven-plugin</artifactId>
  148. <executions>
  149. <execution>
  150. <goals>
  151. <goal>repackage</goal>
  152. </goals>
  153. </execution>
  154. </executions>
  155. <configuration>
  156. <mainClass>com.sckw.report.ReportApplication</mainClass>
  157. </configuration>
  158. </plugin>
  159. </plugins>
  160. </build>
  161. </project>