2024-06-05 14:13:20 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2024-07-22 11:28:28 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2024-06-05 14:13:20 +08:00
|
|
|
<parent>
|
|
|
|
|
<groupId>com.zzsmart.qomo</groupId>
|
|
|
|
|
<artifactId>qomo-kn-forecast</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</parent>
|
2024-06-05 16:19:22 +08:00
|
|
|
<artifactId>qomo-kn-cost-manage</artifactId>
|
2024-06-05 14:13:20 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.qomo.boot</groupId>
|
|
|
|
|
<artifactId>qomo-system-biz</artifactId>
|
2024-09-08 16:21:58 +08:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2024-06-06 11:36:57 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-07-22 11:28:28 +08:00
|
|
|
<groupId>com.google.auto.service</groupId>
|
|
|
|
|
<artifactId>auto-service</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
2024-06-06 11:36:57 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-07-22 11:28:28 +08:00
|
|
|
<groupId>com.zzsmart.qomo</groupId>
|
|
|
|
|
<artifactId>qomo-data-integration</artifactId>
|
2024-09-08 16:21:58 +08:00
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.zzsmart.hdp.hive</groupId>
|
|
|
|
|
<artifactId>hive-jdbc</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.zzsmart.hdp.hive</groupId>
|
|
|
|
|
<artifactId>hive-jdbc</artifactId>
|
|
|
|
|
<version>2.6.5.0-292</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.zzsmart.qomo</groupId>
|
|
|
|
|
<artifactId>qomo-data-selfReport</artifactId>
|
2024-06-06 11:36:57 +08:00
|
|
|
</dependency>
|
2024-06-05 14:13:20 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</project>
|