|
@@ -73,6 +73,31 @@
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
</dependency>-->
|
|
|
<!--框架组Es组件结束-->
|
|
|
+
|
|
|
+ <!--框架组组件接入华为kafka-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft.dyy</groupId>
|
|
|
+ <artifactId>nosql-plugins-springconfig</artifactId>
|
|
|
+ <version>1.0.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft.dyy</groupId>
|
|
|
+ <artifactId>nosql-kafka-api</artifactId>
|
|
|
+ <version>1.0.1-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>nosql-api</artifactId>
|
|
|
+ <groupId>com.dragonsoft.dyy</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft</groupId>
|
|
|
+ <artifactId>dcms-mq-client-model</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <!--框架组组件接入华为kafka-->
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
</dependencyManagement>
|