pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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>${basic.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.sckw</groupId>
  77. <artifactId>sckw-report-api</artifactId>
  78. <version>${basic.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.sckw</groupId>
  82. <artifactId>sckw-transport-api</artifactId>
  83. <version>${basic.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.sckw</groupId>
  87. <artifactId>sckw-order-api</artifactId>
  88. <version>${basic.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.sckw</groupId>
  92. <artifactId>sckw-fleet-api</artifactId>
  93. <version>${basic.version}</version>
  94. </dependency>
  95. <!--junit-->
  96. <dependency>
  97. <groupId>junit</groupId>
  98. <artifactId>junit</artifactId>
  99. <scope>test</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.springframework.boot</groupId>
  103. <artifactId>spring-boot-starter-test</artifactId>
  104. <scope>test</scope>
  105. </dependency>
  106. <dependency>
  107. <groupId>jakarta.validation</groupId>
  108. <artifactId>jakarta.validation-api</artifactId>
  109. </dependency>
  110. <!-- <dependency>-->
  111. <!-- <groupId>com.sckw</groupId>-->
  112. <!-- <artifactId>sckw-common-log</artifactId>-->
  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>${basic.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.sckw</groupId>
  127. <artifactId>sckw-product-api</artifactId>
  128. <version>${basic.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.springdoc</groupId>
  132. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  133. <version>2.6.0</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.github.xiaoymin</groupId>
  137. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  138. <version>4.5.0</version>
  139. </dependency>
  140. </dependencies>
  141. <build>
  142. <plugins>
  143. <plugin>
  144. <groupId>org.springframework.boot</groupId>
  145. <artifactId>spring-boot-maven-plugin</artifactId>
  146. <executions>
  147. <execution>
  148. <goals>
  149. <goal>repackage</goal>
  150. </goals>
  151. </execution>
  152. </executions>
  153. <configuration>
  154. <mainClass>com.sckw.report.ReportApplication</mainClass>
  155. </configuration>
  156. </plugin>
  157. </plugins>
  158. </build>
  159. </project>