Files
mall-ebtp-cloud/mall-ebtp-cloud-kafka-starter/pom.xml

33 lines
1.0 KiB
XML
Raw Normal View History

2020-10-21 13:12:54 +08:00
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
2020-10-21 13:12:54 +08:00
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
2020-11-05 16:54:43 +08:00
<relativePath>../mall-ebtp-cloud-parent</relativePath>
2020-10-21 13:12:54 +08:00
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-kafka-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
2020-10-21 13:12:54 +08:00
<name>mall-ebtp-cloud-kafka-starter</name>
<dependencies>
2020-10-28 21:44:22 +08:00
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
2020-10-21 13:12:54 +08:00
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
2020-10-28 21:44:22 +08:00
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
2020-10-21 13:12:54 +08:00
</dependencies>
</project>