Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Aug 27, 2022
1 parent b46757d commit efbdad6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions all/pom.xml
Expand Up @@ -143,11 +143,6 @@
<artifactId>seata-brpc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-dubbo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-http</artifactId>
Expand Down Expand Up @@ -396,6 +391,10 @@
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-filter-seata</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down

0 comments on commit efbdad6

Please sign in to comment.