pom.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>huimv-farm-datacenter</artifactId>
  7. <groupId>com.huimv</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>huimv-farm-video</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.dahuatech.icc</groupId>
  15. <artifactId>java-sdk-oauth</artifactId>
  16. <version>1.0.8</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>org.apache.httpcomponents</groupId>
  20. <artifactId>httpclient</artifactId>
  21. <version>4.5.13</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>commons-httpclient</groupId>
  25. <artifactId>commons-httpclient</artifactId>
  26. <version>3.1</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.apache.httpcomponents</groupId>
  30. <artifactId>httpcore</artifactId>
  31. <version>4.4.4</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.apache.httpcomponents</groupId>
  35. <artifactId>httpmime</artifactId>
  36. <version>4.5.12</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>commons-io</groupId>
  40. <artifactId>commons-io</artifactId>
  41. <version>2.8.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>net.sf.json-lib</groupId>
  45. <artifactId>json-lib</artifactId>
  46. <version>2.2.3</version>
  47. <classifier>jdk15</classifier>
  48. <!-- jdk版本 -->
  49. </dependency>
  50. </dependencies>
  51. </project>