[issues #242]Add An Empty RocketMQ Connector Module to externals repo. (#243)
diff --git a/rocketmq-connector/pom.xml b/rocketmq-connector/pom.xml new file mode 100644 index 0000000..0c79eee --- /dev/null +++ b/rocketmq-connector/pom.xml
@@ -0,0 +1,12 @@ +<?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.apache.rocketmq</groupId> + <artifactId>rocketmq-connector</artifactId> + <version>1.0-SNAPSHOT</version> + + +</project> \ No newline at end of file