pom.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>service-fire</artifactId>
  5. <groupId>com.usky</groupId>
  6. <version>0.0.1</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>service-fire-biz</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.usky</groupId>
  13. <artifactId>common-cloud-starter</artifactId>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.springframework.boot</groupId>
  17. <artifactId>spring-boot-starter-test</artifactId>
  18. <scope>test</scope>
  19. </dependency>
  20. <!-- Pagehelper -->
  21. <!-- <dependency>-->
  22. <!-- <groupId>com.github.pagehelper</groupId>-->
  23. <!-- <artifactId>pagehelper-spring-boot-starter</artifactId>-->
  24. <!-- </dependency>-->
  25. <dependency>
  26. <groupId>com.usky</groupId>
  27. <artifactId>ruoyi-common-core</artifactId>
  28. <exclusions>
  29. <exclusion>
  30. <groupId>com.github.pagehelper</groupId>
  31. <artifactId>pagehelper-spring-boot-starter</artifactId>
  32. </exclusion>
  33. </exclusions>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.usky</groupId>
  37. <artifactId>service-system-api</artifactId>
  38. <version>0.0.1</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.usky</groupId>
  42. <artifactId>usky-common-tenant</artifactId>
  43. <version>0.0.1</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>cn.afterturn</groupId>
  47. <artifactId>easypoi-spring-boot-starter</artifactId>
  48. <version>4.1.0</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-websocket</artifactId>
  53. </dependency>
  54. <!--MQTT依赖-->
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter-integration</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework.integration</groupId>
  61. <artifactId>spring-integration-mqtt</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.bouncycastle</groupId>
  65. <artifactId>bcprov-jdk15on</artifactId>
  66. <version>1.54</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.lowagie</groupId>
  70. <artifactId>itext</artifactId>
  71. <version>2.1.7</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.itextpdf</groupId>
  75. <artifactId>itext-asian</artifactId>
  76. <version>5.2.0</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.itextpdf</groupId>
  80. <artifactId>itextpdf</artifactId>
  81. <version>5.4.3</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.usky</groupId>
  85. <artifactId>service-agbox-api</artifactId>
  86. <version>0.0.1</version>
  87. <scope>compile</scope>
  88. </dependency>
  89. <!--图片处理依赖-->
  90. <dependency>
  91. <groupId>org.apache.poi</groupId>
  92. <artifactId>poi</artifactId>
  93. <version>4.1.2</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.apache.poi</groupId>
  97. <artifactId>poi-ooxml</artifactId>
  98. <version>4.1.2</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.apache.commons</groupId>
  102. <artifactId>commons-collections4</artifactId>
  103. <version>4.4</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.springframework.boot</groupId>
  107. <artifactId>spring-boot-starter-amqp</artifactId>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.usky</groupId>
  111. <artifactId>service-fire-api</artifactId>
  112. <version>0.0.1</version>
  113. <scope>compile</scope>
  114. </dependency>
  115. </dependencies>
  116. <build>
  117. <finalName>${project.artifactId}</finalName>
  118. <plugins>
  119. <plugin>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-maven-plugin</artifactId>
  122. <version>2.2.6.RELEASE</version>
  123. <executions>
  124. <execution>
  125. <goals>
  126. <goal>repackage</goal>
  127. </goals>
  128. </execution>
  129. </executions>
  130. </plugin>
  131. <plugin>
  132. <groupId>com.github.shalousun</groupId>
  133. <artifactId>smart-doc-maven-plugin</artifactId>
  134. <version>2.1.1</version>
  135. <configuration>
  136. <!--指定生成文档的使用的配置文件,配置文件放在自己的项目中-->
  137. <configFile>./src/main/resources/smart-doc.json</configFile>
  138. <!--指定项目名称-->
  139. <projectName>test</projectName>
  140. <!-- <excludes>-->
  141. <!-- <exclude>com.bizmatics:product-service-provider</exclude>-->
  142. <!-- <exclude>cn.afterturn:easypoi-web</exclude>-->
  143. <!-- </excludes>-->
  144. </configuration>
  145. </plugin>
  146. </plugins>
  147. </build>
  148. </project>