Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
0c54ea2f
Commit
0c54ea2f
authored
Dec 15, 2021
by
dingzhiwei
Browse files
优化pom.xml
parent
a307feb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
jeepay-components/jeepay-components-mq/pom.xml
View file @
0c54ea2f
...
...
@@ -16,10 +16,6 @@
<version>
Final
</version>
</parent>
<properties>
<aliyun-openservices-ons-client.version>
1.8.8.1.Final
</aliyun-openservices-ons-client.version>
</properties>
<!-- 项目依赖声明 -->
<dependencies>
...
...
@@ -74,7 +70,6 @@
<dependency>
<groupId>
com.aliyun.openservices
</groupId>
<artifactId>
ons-client
</artifactId>
<version>
${aliyun-openservices-ons-client.version}
</version>
<scope>
provided
</scope>
</dependency>
...
...
pom.xml
View file @
0c54ea2f
...
...
@@ -43,13 +43,14 @@
<!-- 其他工具包 -->
<jeepay.sdk.java.version>
1.3.0
</jeepay.sdk.java.version>
<fastjson.version>
1.2.7
8
</fastjson.version>
<!-- fastjson -->
<fastjson.version>
1.2.7
6
</fastjson.version>
<!-- fastjson -->
<mybatis.plus.starter.version>
3.4.2
</mybatis.plus.starter.version>
<!-- mybatis plus -->
<hutool.util.version>
5.7.16
</hutool.util.version>
<!-- hutool -->
<spring.security.version>
5.4.7
</spring.security.version>
<!-- 用于core的scope依赖 -->
<jjwt.version>
0.9.1
</jjwt.version>
<binarywang.weixin.java.version>
4.1.0
</binarywang.weixin.java.version>
<rocketmq.spring.boot.starter.version>
2.2.0
</rocketmq.spring.boot.starter.version>
<aliyun-openservices-ons-client.version>
1.8.8.1.Final
</aliyun-openservices-ons-client.version>
</properties>
...
...
@@ -167,6 +168,13 @@
<version>
${rocketmq.spring.boot.starter.version}
</version>
</dependency>
<!-- 添加对AliyunRocketMQ的支持 -->
<dependency>
<groupId>
com.aliyun.openservices
</groupId>
<artifactId>
ons-client
</artifactId>
<version>
${aliyun-openservices-ons-client.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment