Skip to content

Commit

Permalink
seata-spring add dependency seata-codec-all (apache#1297)
Browse files Browse the repository at this point in the history
* seata-spring add dependency seata-codec
* seata-codec is pom,use seata-codec-all
  • Loading branch information
zjinlei authored and lovepoem committed Jul 15, 2019
1 parent 7491188 commit ad072fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Contributors are welcomed to join the FEATS project. Please check [CONTRIBUTING]
* [Seata Docker](https://github.com/seata/seata-docker) - Seata integration with docker
* [Seata K8s](https://github.com/seata/seata-k8s) - Seata integration with k8s
* [Awesome Seata](https://github.com/seata/awesome-seata) - Description of Seata related projects
* [Seata Website](https://github.com/seata/seata.github.io) - Seata official website***In the process of design***
* [Seata Website](https://github.com/seata/seata.github.io) - Seata official website

## Contributors

Expand Down
5 changes: 5 additions & 0 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<artifactId>seata-rm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-codec-all</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
Expand Down

0 comments on commit ad072fc

Please sign in to comment.