Skip to content

Commit

Permalink
Merge 4f0992a into 3ea7406
Browse files Browse the repository at this point in the history
  • Loading branch information
reynaldliu committed Aug 15, 2019
2 parents 3ea7406 + 4f0992a commit 319caf9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -145,6 +145,18 @@
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.51</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>1.5.8.RELEASE</version>
</dependency>

<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
Expand Down

0 comments on commit 319caf9

Please sign in to comment.