pom.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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>imcs-admin-boot</artifactId>
  7. <groupId>com.github.zuihou</groupId>
  8. <version>b.2.5-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>imcs-business-biz</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.github.zuihou</groupId>
  15. <artifactId>imcs-business-entity</artifactId>
  16. <version>b.2.5-SNAPSHOT</version>
  17. <scope>compile</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.github.zuihou</groupId>
  21. <artifactId>zuihou-boot</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.github.zuihou</groupId>
  25. <artifactId>zuihou-databases</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.github.zuihou</groupId>
  29. <artifactId>imcs-common</artifactId>
  30. <version>b.2.5-SNAPSHOT</version>
  31. <scope>compile</scope>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.github.zuihou</groupId>
  35. <artifactId>zuihou-injection-starter</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.sun.xml.bind</groupId>
  39. <artifactId>jaxb-impl</artifactId>
  40. <version>RELEASE</version>
  41. <scope>compile</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.github.zuihou</groupId>
  45. <artifactId>imcs-tenant-biz</artifactId>
  46. <version>b.2.5-SNAPSHOT</version>
  47. <scope>compile</scope>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.github.zuihou</groupId>
  51. <artifactId>imcs-jobs-core</artifactId>
  52. <version>b.2.5-SNAPSHOT</version>
  53. <scope>compile</scope>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.github.zuihou</groupId>
  57. <artifactId>imcs-file-biz</artifactId>
  58. <version>b.2.5-SNAPSHOT</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.baomidou</groupId>
  63. <artifactId>mybatis-plus-boot-starter</artifactId>
  64. <version>3.3.2</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.baomidou</groupId>
  68. <artifactId>mybatis-plus-generator</artifactId>
  69. <version>3.3.2</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework</groupId>
  73. <artifactId>spring-core</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.freemarker</groupId>
  77. <artifactId>freemarker</artifactId>
  78. </dependency>
  79. <!--
  80. <dependency>
  81. <groupId>org.projectlombok</groupId>
  82. <artifactId>lombok</artifactId>
  83. <version>1.18.12</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>ch.qos.logback</groupId>
  87. <artifactId>logback-classic</artifactId>
  88. </dependency> -->
  89. <dependency>
  90. <groupId>org.apache.commons</groupId>
  91. <artifactId>commons-lang3</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>cn.hutool</groupId>
  95. <artifactId>hutool-all</artifactId>
  96. <version>5.3.9</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>cn.zebra</groupId>
  100. <artifactId>QRCode</artifactId>
  101. <version>1.3.0</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.springframework.boot</groupId>
  105. <artifactId>spring-boot-starter-webflux</artifactId>
  106. </dependency>
  107. <!-- 科德机床采集 -->
  108. <dependency>
  109. <groupId>org.eclipse.milo</groupId>
  110. <artifactId>sdk-client</artifactId>
  111. <version>0.6.0</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.eclipse.milo</groupId>
  115. <artifactId>dictionary-reader</artifactId>
  116. <version>0.6.0</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.eclipse.milo</groupId>
  120. <artifactId>sdk-server</artifactId>
  121. <version>0.6.0</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.hierynomus</groupId>
  125. <artifactId>sshj</artifactId>
  126. <version>0.34.0</version>
  127. </dependency>
  128. <!--<dependency>-->
  129. <!--<groupId>com.matlab.tool</groupId>-->
  130. <!--<artifactId>javabuilder</artifactId>-->
  131. <!--<version>1.0</version>-->
  132. <!--</dependency>-->
  133. <!--<dependency>-->
  134. <!--<groupId>com.matlab.tool</groupId>-->
  135. <!--<artifactId>scheduling4high</artifactId>-->
  136. <!--<version>1.0</version>-->
  137. <!--</dependency>-->
  138. <!--<dependency>-->
  139. <!--<groupId>com.matlab.tool</groupId>-->
  140. <!--<artifactId>scheduling4line</artifactId>-->
  141. <!--<version>1.0</version>-->
  142. <!--</dependency>-->
  143. <dependency>
  144. <groupId>io.jenetics</groupId>
  145. <artifactId>jenetics</artifactId>
  146. <version>5.2.0</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>com.github.zuihou</groupId>
  150. <artifactId>imcs-msgs-biz</artifactId>
  151. <version>b.2.5-SNAPSHOT</version>
  152. <scope>compile</scope>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.github.zuihou</groupId>
  156. <artifactId>imcs-msgs-biz</artifactId>
  157. <version>b.2.5-SNAPSHOT</version>
  158. <scope>compile</scope>
  159. </dependency>
  160. </dependencies>
  161. </project>