From 22d6c70a50235fb46bd6db500c99406b42d454e6 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期二, 03 十二月 2024 17:32:35 +0800 Subject: [PATCH] py_chinese_name 模糊搜索 --- iailab-framework/iailab-common-mq/pom.xml | 33 +++------------------------------ 1 files changed, 3 insertions(+), 30 deletions(-) diff --git a/iailab-framework/iailab-common-mq/pom.xml b/iailab-framework/iailab-common-mq/pom.xml index d8db8af..29b9b2b 100644 --- a/iailab-framework/iailab-common-mq/pom.xml +++ b/iailab-framework/iailab-common-mq/pom.xml @@ -26,45 +26,18 @@ <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> - <optional>true</optional> +<!-- <optional>true</optional>--> </dependency> <dependency> <groupId>org.springframework.amqp</groupId> <artifactId>spring-rabbit</artifactId> - <optional>true</optional> +<!-- <optional>true</optional>--> </dependency> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> - <optional>true</optional> +<!-- <optional>true</optional>--> </dependency> </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> - </plugins> - </build> </project> -- Gitblit v1.9.3