Skip to content

Commit

Permalink
update readme about dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyang committed Apr 29, 2019
1 parent 0473ba1 commit 7e93d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ working with junit
<dependency>
<groupId>com.didiglobal.thriftmock</groupId>
<artifactId>thrift-mock-server4junit</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
working without junit
```xml
<dependency>
<groupId>com.didiglobal.thriftmock</groupId>
<artifactId>thrift-mock-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
thrift test source
```xml
<dependency>
<groupId>com.didiglobal.thriftmock</groupId>
<artifactId>thrift-mock-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit 7e93d31

Please sign in to comment.