1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/newegg-KafkaCenter

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
trumandu Отправлено 28.02.2022 11:57 3643d55
<?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.nesc.ec.bigdata</groupId>
<artifactId>KCenter</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<name>KCenter</name>
<url>https://github.com/xaecbd/KCenter</url>
<description>Kafka Center Platform</description>
<properties>
<revision>2.3.0</revision>
<elasticsearch.version>7.3.0</elasticsearch.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- logback -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
<modules>
<module>KCenter-Base</module>
<module>KCenter-Core</module>
</modules>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/newegg-KafkaCenter.git
git@api.gitlife.ru:oschina-mirror/newegg-KafkaCenter.git
oschina-mirror
newegg-KafkaCenter
newegg-KafkaCenter
master