From 8954eba1f01c4c25f2b9e05e2d019c7fc8395854 Mon Sep 17 00:00:00 2001 From: zhaowg Date: Sun, 25 Mar 2018 11:00:50 +0800 Subject: [PATCH] 阿里云提供的ons-client最新版本1.7.4有问题,引入后工程无法打包,报Failure to find com.alibaba.security:security-spring-dependencies:pom:1.0.0-SNAPSHOT。 目前使用的1.7.1,该版本不支持SQL92过滤 --- pom.xml | 6 +++--- src/main/resources/META-INF/spring.factories | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c781544..d6ae691 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.rocketmq spring-boot-starter-rocketmq - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT Spring Boot Rocket Starter Starter for messaging using Apache RocketMQ @@ -103,7 +103,7 @@ - + diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories index b80f2ec..6ab3023 100644 --- a/src/main/resources/META-INF/spring.factories +++ b/src/main/resources/META-INF/spring.factories @@ -1,2 +1,2 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.apache.rocketmq.spring.starter.RocketMQAutoConfiguration \ No newline at end of file +org.apache.rocketmq.spring.starter.AliyunRocketMQAutoConfiguration \ No newline at end of file -- libgit2 0.21.4