pom.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>farm</artifactId>
  7. <groupId>com.huimv</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>huimv-produce-warning</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.huimv</groupId>
  15. <artifactId>huimv-common</artifactId>
  16. <version>0.0.1-SNAPSHOT</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.google.code.gson</groupId>
  20. <artifactId>gson</artifactId>
  21. <version>2.8.6</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.github.fryderykhuang</groupId>
  25. <artifactId>signalr4j</artifactId>
  26. <version>3.0.1</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.apache.httpcomponents</groupId>
  30. <artifactId>httpclient-cache</artifactId>
  31. <version>4.5.3</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.apache.httpcomponents</groupId>
  35. <artifactId>httpcore</artifactId>
  36. <version>4.4.4</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.apache.poi</groupId>
  40. <artifactId>poi-ooxml</artifactId>
  41. <version>4.1.2</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-data-jpa</artifactId>
  46. </dependency>
  47. <!--ICC-->
  48. <dependency>
  49. <groupId>com.dahuatech.icc</groupId>
  50. <artifactId>java-sdk-oauth</artifactId>
  51. <version>1.0.8</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.zhenzikj</groupId>
  55. <artifactId>zhenzisms</artifactId>
  56. <version>2.0.2</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.data</groupId>
  60. <artifactId>spring-data-jpa</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.httpcomponents</groupId>
  64. <artifactId>httpclient</artifactId>
  65. <version>4.5.13</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.apache.httpcomponents</groupId>
  69. <artifactId>httpmime</artifactId>
  70. <version>4.5</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>commons-httpclient</groupId>
  74. <artifactId>commons-httpclient</artifactId>
  75. <version>3.1</version>
  76. </dependency>
  77. <!-- JPA -->
  78. </dependencies>
  79. </project>