Commit 8954eba1f01c4c25f2b9e05e2d019c7fc8395854

Authored by zhaowg
1 parent 43a3a918

阿里云提供的ons-client最新版本1.7.4有问题,引入后工程无法打包,报Failure to find

com.alibaba.security:security-spring-dependencies:pom:1.0.0-SNAPSHOT。
目前使用的1.7.1,该版本不支持SQL92过滤
... ... @@ -22,7 +22,7 @@
22 22  
23 23 <groupId>org.apache.rocketmq</groupId>
24 24 <artifactId>spring-boot-starter-rocketmq</artifactId>
25   - <version>1.0.4-SNAPSHOT</version>
  25 + <version>1.0.5-SNAPSHOT</version>
26 26  
27 27 <name>Spring Boot Rocket Starter</name>
28 28 <description>Starter for messaging using Apache RocketMQ</description>
... ... @@ -103,7 +103,7 @@
103 103 </dependency>
104 104 </dependencies>
105 105 </dependencyManagement>
106   - <distributionManagement>
  106 + <!-- <distributionManagement>
107 107 <repository>
108 108 <id>nexus_releases</id>
109 109 <name>core Release Repository</name>
... ... @@ -114,7 +114,7 @@
114 114 <name>core Snapshots Repository</name>
115 115 <url>http://192.168.1.195:9999/nexus/content/repositories/snapshots/</url>
116 116 </snapshotRepository>
117   - </distributionManagement>
  117 + </distributionManagement> -->
118 118 <build>
119 119 <plugins>
120 120 <plugin>
... ...
src/main/resources/META-INF/spring.factories
1 1 org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
2   -org.apache.rocketmq.spring.starter.RocketMQAutoConfiguration
3 2 \ No newline at end of file
  3 +org.apache.rocketmq.spring.starter.AliyunRocketMQAutoConfiguration
4 4 \ No newline at end of file
... ...