summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcaohui <[email protected]>2020-10-09 18:14:40 +0800
committercaohui <[email protected]>2020-10-09 18:14:40 +0800
commit899d1d00d5567983c7d12de333eebd180d4fc583 (patch)
treed0abc98e7ef1a2e65be97c33f366651860ac8af8 /pom.xml
ZX Flume field_splitter_complement Initial commit 202010091814
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..3fcdcca
--- /dev/null
+++ b/pom.xml
@@ -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