Skip to content

Commit

Permalink
dependencies目录结构调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 11, 2024
1 parent ce2b80e commit 9604468
Show file tree
Hide file tree
Showing 32 changed files with 44 additions and 43 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions compressor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-compressor</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-server/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-parent</artifactId>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>

<packaging>pom</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-server/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/apm-seata-skywalking-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../../dependencies-server/pom.xml</relativePath>
<relativePath>../../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apm-seata-skywalking-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tx-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-integration-tx-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-server/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<module>console</module>
<module>core</module>
<module>compatible</module>
<module>dependencies</module>
<module>dependencies-client</module>
<module>dependencies-server</module>
<module>dependencies/dependencies-common</module>
<module>dependencies/dependencies-client</module>
<module>dependencies/dependencies-server</module>
<module>discovery</module>
<module>distribution</module>
<module>integration</module>
Expand Down
2 changes: 1 addition & 1 deletion rm-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-rm-datasource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-rm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-rocketmq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion saga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion seata-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../../dependencies-client/pom.xml</relativePath>
<relativePath>../../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../../dependencies/pom.xml</relativePath>
<relativePath>../../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../../dependencies-server/pom.xml</relativePath>
<relativePath>../../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion seata-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-spring-boot-starter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies</artifactId>
<artifactId>seata-dependencies-common</artifactId>
<version>${revision}</version>
<relativePath>../dependencies/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-serializer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-server/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-sqlparser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-tcc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-mock-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-server</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-server/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-server/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.seata</groupId>
<artifactId>seata-dependencies-client</artifactId>
<version>${revision}</version>
<relativePath>../dependencies-client/pom.xml</relativePath>
<relativePath>../dependencies/dependencies-client/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-tm</artifactId>
Expand Down

0 comments on commit 9604468

Please sign in to comment.