pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>service-meeting</artifactId>
  7. <groupId>com.usky</groupId>
  8. <version>0.0.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>service-meeting-biz</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.usky</groupId>
  15. <artifactId>service-meeting-api</artifactId>
  16. <version>0.0.1</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.usky</groupId>
  20. <artifactId>data-transfer-api</artifactId>
  21. <version>0.0.1</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.usky</groupId>
  25. <artifactId>service-iot-api</artifactId>
  26. <version>0.0.1</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.usky</groupId>
  30. <artifactId>common-cloud-starter</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-test</artifactId>
  35. <scope>test</scope>
  36. </dependency>
  37. <!-- Pagehelper -->
  38. <dependency>
  39. <groupId>com.github.pagehelper</groupId>
  40. <artifactId>pagehelper-spring-boot-starter</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.aliyun</groupId>
  44. <artifactId>aliyun-java-sdk-core</artifactId>
  45. <version>4.5.16</version>
  46. </dependency>
  47. <!--语音依赖-->
  48. <dependency>
  49. <groupId>com.aliyun</groupId>
  50. <artifactId>aliyun-java-sdk-dyvmsapi</artifactId>
  51. <version>1.2.2</version>
  52. </dependency>
  53. <!--短信依赖-->
  54. <dependency>
  55. <groupId>com.aliyun</groupId>
  56. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  57. <version>1.1.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.usky</groupId>
  61. <artifactId>ruoyi-common-swagger</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-web</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.auth0</groupId>
  69. <artifactId>java-jwt</artifactId>
  70. <version>3.18.3</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.baomidou</groupId>
  74. <artifactId>mybatis-plus-boot-starter</artifactId>
  75. <version>3.4.2</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>cn.hutool</groupId>
  79. <artifactId>hutool-all</artifactId>
  80. <version>${hutool.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-starter-aop</artifactId>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.tencentcloudapi</groupId>
  88. <artifactId>tencentcloud-sdk-java</artifactId>
  89. <version>3.1.322</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.mybatis.spring.boot</groupId>
  93. <artifactId>mybatis-spring-boot-starter</artifactId>
  94. <version>2.2.0</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.springframework.boot</groupId>
  98. <artifactId>spring-boot-devtools</artifactId>
  99. <scope>runtime</scope>
  100. <optional>true</optional>
  101. </dependency>
  102. <dependency>
  103. <groupId>mysql</groupId>
  104. <artifactId>mysql-connector-java</artifactId>
  105. <scope>runtime</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.projectlombok</groupId>
  109. <artifactId>lombok</artifactId>
  110. <optional>true</optional>
  111. </dependency>
  112. <dependency>
  113. <groupId>javax.persistence</groupId>
  114. <artifactId>javax.persistence-api</artifactId>
  115. <version>2.2</version>
  116. </dependency>
  117. <!--引入JPA依赖-->
  118. <dependency>
  119. <groupId>org.springframework.boot</groupId>
  120. <artifactId>spring-boot-starter-data-jpa</artifactId>
  121. </dependency>
  122. </dependencies>
  123. <build>
  124. <finalName>${project.artifactId}</finalName>
  125. <plugins>
  126. <plugin>
  127. <groupId>org.springframework.boot</groupId>
  128. <artifactId>spring-boot-maven-plugin</artifactId>
  129. <version>2.2.6.RELEASE</version>
  130. <executions>
  131. <execution>
  132. <goals>
  133. <goal>repackage</goal>
  134. </goals>
  135. </execution>
  136. </executions>
  137. </plugin>
  138. <plugin>
  139. <groupId>com.github.shalousun</groupId>
  140. <artifactId>smart-doc-maven-plugin</artifactId>
  141. <version>2.1.1</version>
  142. <configuration>
  143. <!--指定生成文档的使用的配置文件,配置文件放在自己的项目中-->
  144. <configFile>./src/main/resources/smart-doc.json</configFile>
  145. <!--指定项目名称-->
  146. <projectName>test</projectName>
  147. <!-- <excludes>-->
  148. <!-- <exclude>com.bizmatics:product-service-provider</exclude>-->
  149. <!-- <exclude>cn.afterturn:easypoi-web</exclude>-->
  150. <!-- </excludes>-->
  151. </configuration>
  152. </plugin>
  153. </plugins>
  154. </build>
  155. </project>