抱抱堂探针

pom.xml 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.0.0.RELEASE</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>com.miaozhen</groupId>
  12. <artifactId>BaobaotangProbe</artifactId>
  13. <version>1.0.0</version>
  14. <name>BaobaotangProbe</name>
  15. <properties>
  16. <java.version>1.8</java.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>org.springframework.boot</groupId>
  21. <artifactId>spring-boot-starter</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-web</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter-logging</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-starter-test</artifactId>
  34. <scope>test</scope>
  35. <exclusions>
  36. <exclusion>
  37. <groupId>org.junit.vintage</groupId>
  38. <artifactId>junit-vintage-engine</artifactId>
  39. </exclusion>
  40. </exclusions>
  41. </dependency>
  42. <dependency>
  43. <groupId>junit</groupId>
  44. <artifactId>junit</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>xerces</groupId>
  48. <artifactId>xercesImpl</artifactId>
  49. <version>2.11.0</version>
  50. <scope>test</scope>
  51. </dependency>
  52. <!-- httpclient -->
  53. <dependency>
  54. <groupId>commons-httpclient</groupId>
  55. <artifactId>commons-httpclient</artifactId>
  56. <version>3.0</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.apache.httpcomponents</groupId>
  60. <artifactId>httpclient</artifactId>
  61. <version>4.5.2</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>commons-lang</groupId>
  65. <artifactId>commons-lang</artifactId>
  66. <version>2.3</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>commons-io</groupId>
  70. <artifactId>commons-io</artifactId>
  71. <version>2.5</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>net.sf.json-lib</groupId>
  75. <artifactId>json-lib</artifactId>
  76. <version>2.4</version>
  77. <classifier>jdk15</classifier>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework</groupId>
  81. <artifactId>spring-context-support</artifactId>
  82. <version>4.3.7.RELEASE</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>joda-time</groupId>
  86. <artifactId>joda-time</artifactId>
  87. <version>2.7</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>dom4j</groupId>
  91. <artifactId>dom4j</artifactId>
  92. <version>1.6.1</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.codehaus.xfire</groupId>
  96. <artifactId>xfire-java5</artifactId>
  97. <version>1.2.6</version>
  98. <exclusions>
  99. <exclusion>
  100. <groupId>*</groupId>
  101. <artifactId>*</artifactId>
  102. </exclusion>
  103. </exclusions>
  104. </dependency>
  105. <dependency>
  106. <groupId>xfire</groupId>
  107. <artifactId>xfire-jsr181-api</artifactId>
  108. <version>1.0-M1</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.codehaus.xfire</groupId>
  112. <artifactId>xfire-annotations</artifactId>
  113. <version>1.2.6</version>
  114. <exclusions>
  115. <exclusion>
  116. <groupId>commons-beanutils</groupId>
  117. <artifactId>commons-beanutils</artifactId>
  118. </exclusion>
  119. <exclusion>
  120. <groupId>org.codehaus.xfire</groupId>
  121. <artifactId>xfire-aegis</artifactId>
  122. </exclusion>
  123. </exclusions>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.codehaus.xfire</groupId>
  127. <artifactId>xfire-jaxb2</artifactId>
  128. <version>1.2.6</version>
  129. <exclusions>
  130. <exclusion>
  131. <groupId>*</groupId>
  132. <artifactId>*</artifactId>
  133. </exclusion>
  134. </exclusions>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.codehaus.xfire</groupId>
  138. <artifactId>xfire-xmlbeans</artifactId>
  139. <version>1.2.6</version>
  140. <exclusions>
  141. <exclusion>
  142. <groupId>org.codehaus.xfire</groupId>
  143. <artifactId>xfire-core</artifactId>
  144. </exclusion>
  145. </exclusions>
  146. </dependency>
  147. <dependency>
  148. <groupId>commons-net</groupId>
  149. <artifactId>commons-net</artifactId>
  150. <version>3.3</version>
  151. </dependency>
  152. <!-- quartz-scheduler -->
  153. <dependency>
  154. <groupId>org.quartz-scheduler</groupId>
  155. <artifactId>quartz</artifactId>
  156. <version>2.2.3</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.quartz-scheduler</groupId>
  160. <artifactId>quartz-jobs</artifactId>
  161. <version>2.2.3</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>audio_smi_api</groupId>
  165. <artifactId>audio_smi_api</artifactId>
  166. <version>1.0</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>autocontroler_smi_api</groupId>
  170. <artifactId>autocontroler_smi_api</artifactId>
  171. <version>1.0</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>barco_tms</groupId>
  175. <artifactId>barco_tms</artifactId>
  176. <version>1.5</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>christie_api</groupId>
  180. <artifactId>christie_api</artifactId>
  181. <version>1.1</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>crifst_smi</groupId>
  185. <artifactId>crifst_smi</artifactId>
  186. <version>1.1.2</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>doremi_api</groupId>
  190. <artifactId>dcserver_doremi_api</artifactId>
  191. <version>1.0</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>S430m</groupId>
  195. <artifactId>S430m</artifactId>
  196. <version>1.0</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>dolby_api</groupId>
  200. <artifactId>dolby_api</artifactId>
  201. <version>1.0</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>fakepath</groupId>
  205. <artifactId>cxf</artifactId>
  206. <version>2.7.0</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.springframework.boot</groupId>
  210. <artifactId>spring-boot-starter-tomcat</artifactId>
  211. <scope>compile</scope>
  212. </dependency>
  213. <dependency>
  214. <groupId>com.jcraft</groupId>
  215. <artifactId>jsch</artifactId>
  216. <version>0.1.54</version>
  217. </dependency>
  218. <dependency>
  219. <groupId>com.pythagoras</groupId>
  220. <artifactId>tms-device</artifactId>
  221. <version>1.1-SNAPSHOT</version>
  222. </dependency>
  223. <dependency>
  224. <groupId>de.schlichtherle.io</groupId>
  225. <artifactId>truezip</artifactId>
  226. <version>6.6</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>org.apache.ftpserver</groupId>
  230. <artifactId>ftpserver-core</artifactId>
  231. <version>1.1.0</version>
  232. <exclusions>
  233. <exclusion>
  234. <groupId>org.slf4j</groupId>
  235. <artifactId>slf4j-api</artifactId>
  236. </exclusion>
  237. </exclusions>
  238. </dependency>
  239. <dependency>
  240. <groupId>xom</groupId>
  241. <artifactId>xom</artifactId>
  242. <version>1.0</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.google.guava</groupId>
  246. <artifactId>guava</artifactId>
  247. <version>15.0</version>
  248. </dependency>
  249. </dependencies>
  250. <build>
  251. <finalName>MiaozhenProbe</finalName>
  252. <plugins>
  253. <plugin>
  254. <groupId>org.springframework.boot</groupId>
  255. <artifactId>spring-boot-maven-plugin</artifactId>
  256. <configuration>
  257. <fork>true</fork>
  258. <executable>true</executable>
  259. </configuration>
  260. </plugin>
  261. <plugin>
  262. <groupId>org.apache.maven.plugins</groupId>
  263. <artifactId>maven-jar-plugin</artifactId>
  264. <version>2.4</version>
  265. <configuration>
  266. <archive>
  267. <manifest>
  268. <addClasspath>true</addClasspath>
  269. <classpathPrefix>lib/</classpathPrefix>
  270. <mainClass>com.miaozhen.Application</mainClass>
  271. </manifest>
  272. </archive>
  273. </configuration>
  274. </plugin>
  275. </plugins>
  276. <resources>
  277. <resource>
  278. <filtering>false</filtering>
  279. <directory>src/main/resources</directory>
  280. <includes>
  281. <include>*.*</include>
  282. </includes>
  283. </resource>
  284. </resources>
  285. </build>
  286. </project>