pom.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>sz_jian</artifactId>
  7. <groupId>com.leisp</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>mybusiness</artifactId>
  12. <description>
  13. 业务模块
  14. </description>
  15. <dependencies>
  16. <!-- 通用工具-->
  17. <dependency>
  18. <groupId>com.leisp</groupId>
  19. <artifactId>leisp-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.leisp</groupId>
  23. <artifactId>leisp-system</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.leisp</groupId>
  27. <artifactId>leisp-framework</artifactId>
  28. </dependency>
  29. <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
  30. <dependency>
  31. <groupId>com.belerweb</groupId>
  32. <artifactId>pinyin4j</artifactId>
  33. <version>2.5.1</version>
  34. </dependency>
  35. <!--海康-->
  36. <dependency>
  37. <groupId>com.hikvision.ga</groupId>
  38. <artifactId>artemis-http-client</artifactId>
  39. <version>1.1.3</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>AXmlResourceParser</groupId>
  43. <artifactId>AXmlResourceParser_</artifactId>
  44. <version>2.3</version>
  45. <scope>system</scope>
  46. <systemPath>${project.basedir}/src/main/resources/ext_jar/AXmlResourceParser.jar</systemPath>
  47. </dependency>
  48. <dependency>
  49. <groupId>dd-plist-1.16</groupId>
  50. <artifactId>dd-plist-1.16_</artifactId>
  51. <version>2.3</version>
  52. <scope>system</scope>
  53. <systemPath>${project.basedir}/src/main/resources/ext_jar/dd-plist-1.16.jar</systemPath>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.bytedeco</groupId>
  57. <artifactId>javacv-platform</artifactId>
  58. <version>1.5.1</version>
  59. <type>pom</type>
  60. </dependency>
  61. <dependency>
  62. <groupId>commons-net</groupId>
  63. <artifactId>commons-net</artifactId>
  64. <version>3.1</version>
  65. </dependency>
  66. <!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib -->
  67. <!--打包发布时需要打开,本机运行时需要注释掉(孙一石)-->
  68. <!--<dependency>
  69. <groupId>org.jetbrains.kotlin</groupId>
  70. <artifactId>kotlin-stdlib</artifactId>
  71. <version>1.4.21</version>
  72. </dependency>-->
  73. <!--ActiveMq-->
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-starter-activemq</artifactId>
  77. <version>1.5.0.RELEASE</version>
  78. </dependency>
  79. <!--消息队列连接池-->
  80. <dependency>
  81. <groupId>org.apache.activemq</groupId>
  82. <artifactId>activemq-pool</artifactId>
  83. <version>5.15.0</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>it.sauronsoftware.ftp4j</groupId>
  87. <artifactId>ftp4j</artifactId>
  88. <version>1.6</version>
  89. <scope>system</scope>
  90. <systemPath>${project.basedir}/src/main/resources/ext_jar/ftp4j-1.6.jar</systemPath>
  91. </dependency>
  92. </dependencies>
  93. </project>