fix: 取消继承父模块的其他依赖管理版本。https://gitee.com/mybatis-flex/mybatis-flex/issues/I94RVP

This commit is contained in:
Suomm 2024-03-03 11:11:33 +08:00
parent 323b0d9ac1
commit b8862d6b5f
2 changed files with 20 additions and 6 deletions

View File

@ -3,16 +3,31 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.mybatis-flex</groupId>
<artifactId>parent</artifactId>
<version>1.8.1</version>
</parent>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-dependencies</artifactId>
<version>1.8.1</version>
<packaging>pom</packaging>
<name>mybatis-flex-dependencies</name>
<description>MyBatis-Flex BOM (Bill of Materials).</description>
<developers>
<developer>
<name>王帅</name>
<email>suomm.macher@foxmail.com</email>
<roles>
<role>author</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<properties>
<mybatis-flex.version>1.8.1</mybatis-flex.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>

View File

@ -49,7 +49,6 @@
<module>mybatis-flex-solon-plugin</module>
<module>mybatis-flex-test</module>
<module>mybatis-flex-processor</module>
<module>mybatis-flex-dependencies</module>
</modules>
<properties>