pom.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <!--ICC-->
  44. <dependency>
  45. <groupId>com.dahuatech.icc</groupId>
  46. <artifactId>java-sdk-oauth</artifactId>
  47. <version>1.0.8</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.zhenzikj</groupId>
  51. <artifactId>zhenzisms</artifactId>
  52. <version>2.0.2</version>
  53. </dependency>
  54. </dependencies>
  55. </project>