Skip to content

Commit

Permalink
remove gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZhang3 committed Oct 7, 2020
1 parent 3977715 commit 1b69b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>aTask</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
#### 示例
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.jonzhang3</groupId>
<artifactId>aTask</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>ATask</name>
<description>A simple multi-purpose asynchronous task execution framework.</description>
Expand Down Expand Up @@ -45,11 +45,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>tuples</artifactId>
Expand Down

0 comments on commit 1b69b13

Please sign in to comment.