修改POM文件,实现父pom统一做版本裁决,去除掉子pom里耦合的具体版本信息,并且部分版本变量放在父pom里做管理
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-parent</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<version>${revision}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
@@ -39,6 +39,7 @@
|
||||
|
||||
<properties>
|
||||
<jeecgboot.version>3.8.0</jeecgboot.version>
|
||||
<revision>3.8.0</revision>
|
||||
<!-- JDK版本支持17和1.8 -->
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -90,6 +91,23 @@
|
||||
<!-- Log4j2爆雷漏洞 -->
|
||||
<log4j2.version>2.17.0</log4j2.version>
|
||||
<logback.version>1.2.13</logback.version>
|
||||
<commons-langs.version>2.7.1</commons-langs.version>
|
||||
<xerces.version>2.12.2</xerces.version>
|
||||
|
||||
<kotlin.version>1.6.21</kotlin.version>
|
||||
<liteflow.version>2.12.4.1</liteflow.version>
|
||||
<langchain4j.version>0.35.0</langchain4j.version>
|
||||
<apache-tika.version>2.9.1</apache-tika.version>
|
||||
|
||||
<ai-flow.version>1.1.0</ai-flow.version>
|
||||
|
||||
<flowable.version>6.8.0</flowable.version>
|
||||
|
||||
<qiniu-uapp-sdk.version>7.4.0</qiniu-uapp-sdk.version>
|
||||
|
||||
<jsoup.version>1.11.3</jsoup.version>
|
||||
|
||||
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@@ -98,7 +116,6 @@
|
||||
<module>jeecg-boot-module</module>
|
||||
<module>jeecg-module-supervision</module>
|
||||
<module>jeecg-boot-platform</module>
|
||||
<!-- <module>jeecg-boot-platform</module> -->
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
@@ -196,39 +213,61 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-system-biz</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- DEMO 示例模块 -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-module-demo</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-module-joa-flowable</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-module-airag</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- supervision 督办模块 -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-module-supervision</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- jeecg tools -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-common</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- jeecg core -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-base-core</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- system 单体 api -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-system-local-api</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- system 微服务 api -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-system-cloud-api</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!--微服务启动依赖-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-cloud</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!--xxl-job定时任务-->
|
||||
<dependency>
|
||||
@@ -240,18 +279,18 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-lock</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!--rabbitmq消息队列-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-rocketmq</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!--分库分表shardingsphere-->
|
||||
<dependency>
|
||||
@@ -263,7 +302,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-mongon</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 七牛云SDK -->
|
||||
|
||||
Reference in New Issue
Block a user