pom.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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>zd-modules</artifactId>
  7. <groupId>com.zd</groupId>
  8. <version>3.1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.zd.alg</groupId>
  12. <artifactId>zd-algorithm</artifactId>
  13. <description>算法服务</description>
  14. <dependencies>
  15. <!-- SpringBoot Web -->
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-web</artifactId>
  19. </dependency>
  20. <!-- SpringCloud Alibaba Nacos -->
  21. <dependency>
  22. <groupId>com.alibaba.cloud</groupId>
  23. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  24. </dependency>
  25. <!-- SpringCloud Alibaba Nacos Config -->
  26. <dependency>
  27. <groupId>com.alibaba.cloud</groupId>
  28. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  29. </dependency>
  30. <!-- Mysql Connector -->
  31. <dependency>
  32. <groupId>mysql</groupId>
  33. <artifactId>mysql-connector-java</artifactId>
  34. </dependency>
  35. <!--mqtt客户端链接服务-->
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-integration</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.springframework.integration</groupId>
  42. <artifactId>spring-integration-stream</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.springframework.integration</groupId>
  46. <artifactId>spring-integration-mqtt</artifactId>
  47. </dependency>
  48. <!-- zd okhttp -->
  49. <dependency>
  50. <groupId>com.squareup.okhttp3</groupId>
  51. <artifactId>okhttp</artifactId>
  52. <version>3.10.0</version>
  53. </dependency>
  54. <!-- zd Common Swagger -->
  55. <!--<dependency>
  56. <groupId>com.zd</groupId>
  57. <artifactId>zd-common-swagger</artifactId>
  58. </dependency>-->
  59. <!-- 人脸对接 -->
  60. <dependency>
  61. <groupId>arcsoft</groupId>
  62. <artifactId>arcsoft-sdk-face</artifactId>
  63. <version>3.0.0.0</version>
  64. <scope>system</scope>
  65. <systemPath>${pom.basedir}/src/main/resources/libs/arcsoft-sdk-face-3.0.0.0.jar</systemPath>
  66. </dependency>
  67. <!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg-platform -->
  68. <dependency>
  69. <groupId>org.bytedeco</groupId>
  70. <artifactId>ffmpeg-platform</artifactId>
  71. <version>5.0-1.5.7</version>
  72. </dependency>
  73. <!-- https://mvnrepository.com/artifact/org.bytedeco/javacv -->
  74. <dependency>
  75. <groupId>org.bytedeco</groupId>
  76. <artifactId>javacv</artifactId>
  77. <version>1.5.7</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework</groupId>
  81. <artifactId>spring-mock</artifactId>
  82. <version>2.0.8</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>connect</groupId>
  86. <artifactId>connect-lib</artifactId>
  87. <version>1.0.0</version>
  88. <scope>system</scope>
  89. <systemPath>${project.basedir}/src/main/resources/libs/connect-lib.jar</systemPath>
  90. </dependency>
  91. <dependency>
  92. <groupId>reader</groupId>
  93. <artifactId>reader-lib</artifactId>
  94. <version>1.0.0</version>
  95. <scope>system</scope>
  96. <systemPath>${project.basedir}/src/main/resources/libs/reader-lib.jar</systemPath>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.gg.reader</groupId>
  100. <artifactId>greader-api</artifactId>
  101. <version>1.0.0</version>
  102. <scope>system</scope>
  103. <systemPath>${project.basedir}/src/main/resources/libs/reader.jar</systemPath>
  104. </dependency>
  105. <!--<dependency>
  106. <groupId>com.zd</groupId>
  107. <artifactId>zd-bottle-api</artifactId>
  108. <version>${project.version}</version>
  109. </dependency>-->
  110. <!--反向代理-->
  111. <dependency>
  112. <groupId>org.mitre.dsmiley.httpproxy</groupId>
  113. <artifactId>smiley-http-proxy-servlet</artifactId>
  114. <version>1.12</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>javax.sip</groupId>
  118. <artifactId>jain-sip-ri</artifactId>
  119. <version>1.3.0-91</version>
  120. <scope>compile</scope>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.dom4j</groupId>
  124. <artifactId>dom4j</artifactId>
  125. <version>2.1.3</version>
  126. <scope>compile</scope>
  127. </dependency>
  128. <dependency>
  129. <groupId>be.teletask</groupId>
  130. <artifactId>onvif-java</artifactId>
  131. <version>1.0.2</version>
  132. <scope>system</scope>
  133. <systemPath>${project.basedir}/src/main/resources/libs/onvif-java-1.0.2.jar</systemPath>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.zd.algorithm</groupId>
  137. <artifactId>zd-algorithm-api</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.zd.core</groupId>
  141. <artifactId>common-core</artifactId>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.zd.mqtt</groupId>
  145. <artifactId>common-mqtt</artifactId>
  146. </dependency>
  147. </dependencies>
  148. <build>
  149. <finalName>${project.artifactId}</finalName>
  150. <plugins>
  151. <plugin>
  152. <groupId>org.springframework.boot</groupId>
  153. <artifactId>spring-boot-maven-plugin</artifactId>
  154. <configuration>
  155. <includeSystemScope>true</includeSystemScope>
  156. <fork>true</fork>
  157. </configuration>
  158. <executions>
  159. <execution>
  160. <goals>
  161. <goal>repackage</goal>
  162. </goals>
  163. </execution>
  164. </executions>
  165. </plugin>
  166. </plugins>
  167. </build>
  168. </project>