修改POM文件,实现父pom统一做版本裁决,去除掉子pom里耦合的具体版本信息,并且部分版本变量放在父pom里做管理
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-platform</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<description>此模块属于商业功能范畴,需要购买商业授权才可使用,禁止盗卖、泄露、传播商业源码和商业资料,双方签订合同有保密协议,违者收回商业授权,并追究法律责任</description>
|
||||
@@ -115,14 +115,14 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-langs</artifactId>
|
||||
<version>2.7.1</version>
|
||||
<version>${commons-langs.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- jsoup -->
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.11.3</version>
|
||||
<version>${jsoup.version}</version>
|
||||
</dependency>
|
||||
<!-- dom4j -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user