Skip to content

Commit

Permalink
fix(dependency level): update tika fastjson level
Browse files Browse the repository at this point in the history
  • Loading branch information
vw2019 committed Mar 22, 2019
1 parent f0916a2 commit 2e6dcde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quick-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.7</version>
<version>1.2.31</version>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions quick-log/src/main/java/com/quick/log/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;

/**
* @Author: wangxc
Expand All @@ -11,6 +12,7 @@
* @wxid: BMHJQS
*/
@SpringBootApplication
@EnableScheduling
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class,args);
Expand Down
2 changes: 1 addition & 1 deletion quick-tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<tika.version>1.19.1</tika.version>
<tika.version>1.20</tika.version>
<swagger.version>2.2.2</swagger.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 2e6dcde

Please sign in to comment.