Skip to content

Commit

Permalink
Merge branch 'fury_opensource_refactor' into pandalee99/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Lo1nt committed Jan 3, 2024
2 parents 7fc8c4f + 5b1c7c0 commit 6b4e3d5
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-codec-fury</artifactId>
<artifactId>sofa-rpc-codec-sofa-fury</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion codec/codec-fury/pom.xml → codec/codec-sofa-fury/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>${revision}</version>
</parent>

<artifactId>sofa-rpc-codec-fury</artifactId>
<artifactId>sofa-rpc-codec-sofa-fury</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<module>codec-protostuff</module>
<module>codec-sofa-hessian</module>
<module>codec-msgpack</module>
<module>codec-fury</module>
<module>codec-sofa-fury</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 6b4e3d5

Please sign in to comment.