Commit 8954eba1f01c4c25f2b9e05e2d019c7fc8395854
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过滤
Showing
2 changed files
with
4 additions
and
4 deletions
pom.xml
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | 22 | ||
23 | <groupId>org.apache.rocketmq</groupId> | 23 | <groupId>org.apache.rocketmq</groupId> |
24 | <artifactId>spring-boot-starter-rocketmq</artifactId> | 24 | <artifactId>spring-boot-starter-rocketmq</artifactId> |
25 | - <version>1.0.4-SNAPSHOT</version> | 25 | + <version>1.0.5-SNAPSHOT</version> |
26 | 26 | ||
27 | <name>Spring Boot Rocket Starter</name> | 27 | <name>Spring Boot Rocket Starter</name> |
28 | <description>Starter for messaging using Apache RocketMQ</description> | 28 | <description>Starter for messaging using Apache RocketMQ</description> |
@@ -103,7 +103,7 @@ | @@ -103,7 +103,7 @@ | ||
103 | </dependency> | 103 | </dependency> |
104 | </dependencies> | 104 | </dependencies> |
105 | </dependencyManagement> | 105 | </dependencyManagement> |
106 | - <distributionManagement> | 106 | + <!-- <distributionManagement> |
107 | <repository> | 107 | <repository> |
108 | <id>nexus_releases</id> | 108 | <id>nexus_releases</id> |
109 | <name>core Release Repository</name> | 109 | <name>core Release Repository</name> |
@@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
114 | <name>core Snapshots Repository</name> | 114 | <name>core Snapshots Repository</name> |
115 | <url>http://192.168.1.195:9999/nexus/content/repositories/snapshots/</url> | 115 | <url>http://192.168.1.195:9999/nexus/content/repositories/snapshots/</url> |
116 | </snapshotRepository> | 116 | </snapshotRepository> |
117 | - </distributionManagement> | 117 | + </distributionManagement> --> |
118 | <build> | 118 | <build> |
119 | <plugins> | 119 | <plugins> |
120 | <plugin> | 120 | <plugin> |
src/main/resources/META-INF/spring.factories
1 | org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ | 1 | org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ |
2 | -org.apache.rocketmq.spring.starter.RocketMQAutoConfiguration | ||
3 | \ No newline at end of file | 2 | \ No newline at end of file |
3 | +org.apache.rocketmq.spring.starter.AliyunRocketMQAutoConfiguration | ||
4 | \ No newline at end of file | 4 | \ No newline at end of file |