pom.xml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.zzsmart.qomo</groupId>
  8. <artifactId>qomo-kn-forecast</artifactId>
  9. <version>${revision}</version>
  10. </parent>
  11. <artifactId>qomo-kn-cost-manage</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.qomo.boot</groupId>
  15. <artifactId>qomo-system-biz</artifactId>
  16. <version>2.0.1-SNAPSHOT</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.google.auto.service</groupId>
  20. <artifactId>auto-service</artifactId>
  21. <scope>provided</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.zzsmart.qomo</groupId>
  25. <artifactId>qomo-data-integration</artifactId>
  26. <exclusions>
  27. <exclusion>
  28. <groupId>com.zzsmart.hdp.hive</groupId>
  29. <artifactId>hive-jdbc</artifactId>
  30. </exclusion>
  31. </exclusions>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.zzsmart.hdp.hive</groupId>
  35. <artifactId>hive-jdbc</artifactId>
  36. <version>2.6.5.0-292</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.zzsmart.qomo</groupId>
  40. <artifactId>qomo-data-selfReport</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>commons-httpclient</groupId>
  44. <artifactId>commons-httpclient</artifactId>
  45. <version>3.1</version>
  46. </dependency>
  47. </dependencies>
  48. </project>