Skip to content

Commit

Permalink
Fix pom.xml error of sentinel-transport
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
  • Loading branch information
sczyh30 committed Aug 8, 2018
1 parent 4051458 commit 008b820
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions sentinel-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,4 @@
<module>sentinel-transport-simple-http</module>
<module>sentinel-transport-netty-http</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-datasource-extension</artifactId>
<version>${project.version}</version>
</dependency>

<!-- for test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 008b820

Please sign in to comment.