diff options
| author | caohui <[email protected]> | 2020-10-09 18:14:40 +0800 |
|---|---|---|
| committer | caohui <[email protected]> | 2020-10-09 18:14:40 +0800 |
| commit | 899d1d00d5567983c7d12de333eebd180d4fc583 (patch) | |
| tree | d0abc98e7ef1a2e65be97c33f366651860ac8af8 /pom.xml | |
ZX Flume field_splitter_complement Initial commit 202010091814
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +<?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>cn.ceiec</groupId> + <artifactId>field_splitter_complement</artifactId> + <packaging>pom</packaging> + <version>1.0</version> + <modules> + <module>FlumeFieldSplitterInterceptor</module> + </modules> + + +</project>
\ No newline at end of file |
