Skip to content

Commit

Permalink
Part of the content is consistent with 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 14, 2023
1 parent 1c00cee commit 185ebfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
15 changes: 8 additions & 7 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>seata-dependencies</artifactId>

<packaging>pom</packaging>

<name>Seata dependencies ${project.version}</name>
Expand All @@ -35,7 +36,7 @@
<dubbo-seata.version>1.0.2</dubbo-seata.version>
<brpc.version>2.5.9</brpc.version>
<hsf.version>1.8.3</hsf.version>
<bytebuddy.version>1.12.13</bytebuddy.version>
<bytebuddy.version>1.12.17</bytebuddy.version>
<dubbo.alibaba.version>2.6.10</dubbo.alibaba.version>
<sofa.rpc.version>5.5.3</sofa.rpc.version>
<fastjson.version>1.2.83</fastjson.version>
Expand Down Expand Up @@ -98,10 +99,10 @@
<!-- db -->
<mysql.version>5.1.42</mysql.version>
<ojdbc.version>19.3.0.0</ojdbc.version>
<dm.version>8.1.2.192</dm.version>
<postgresql.version>42.3.3</postgresql.version>
<h2.version>1.4.181</h2.version>
<mariadb.version>2.7.2</mariadb.version>
<dm.version>8.1.2.192</dm.version>
<!-- db connection pool -->
<druid.version>1.2.7</druid.version>
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
Expand Down Expand Up @@ -215,16 +216,16 @@
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb.version}</version>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>${dm.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb.version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-all</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-tcc</artifactId>
<artifactId>seata-rm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-rm</artifactId>
<artifactId>seata-serializer-all</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-serializer-all</artifactId>
<artifactId>seata-tcc</artifactId>
<version>${project.version}</version>
</dependency>

Expand All @@ -74,8 +74,6 @@
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 185ebfd

Please sign in to comment.