1 Star 0 Fork 0

xxl/com.xl.competition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2023-12-16 21:11 . 更新可视化部分
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>com.xl.competition</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>competition.flink</module>
<module>competition.flume</module>
<module>competition.hive</module>
<module>competition.spark</module>
<module>competition.makedata</module>
<module>competition.web</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<log4j.version>1.2.17</log4j.version>
<slf4j.version>1.7.22</slf4j.version>
<!--<redis.version>2.9.0</redis.version>-->
<kafka.version>2.2.1</kafka.version>
<spark.version>3.0.0</spark.version>
<hadoop.version>3.1.3</hadoop.version>
<flink.version>1.13.1</flink.version>
<hive.verison>3.1.2</hive.verison>
<flume.version>1.9.0</flume.version>
<hbase.version>2.0.5</hbase.version>
</properties>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.25</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.44</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xxllhlh/com.xl.competition.git
git@gitee.com:xxllhlh/com.xl.competition.git
xxllhlh
com.xl.competition
com.xl.competition
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385