Skip to content

Commit

Permalink
seata-samples-dubbo need dubbo depend (apache#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyuguang authored and slievrly committed Jun 8, 2019
1 parent 680348d commit 2fb431a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<packaging>jar</packaging>
<name>seata-samples-dubbo ${project.version}</name>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
Expand Down Expand Up @@ -74,4 +78,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 2fb431a

Please sign in to comment.