Commit 4422e43c28614efc456ef6f2fbeb28a0c34f5f06

Authored by 张志伟
1 parent cf7e3bc9

:tada: 清理依赖

fw-hestia-server/pom.xml
... ... @@ -108,10 +108,6 @@
108 108 <groupId>io.micrometer</groupId>
109 109 <artifactId>micrometer-registry-prometheus</artifactId>
110 110 </dependency>
111   - <dependency>
112   - <groupId>cn.hutool</groupId>
113   - <artifactId>hutool-all</artifactId>
114   - </dependency>
115 111  
116 112 </dependencies>
117 113  
... ...
fw-hestia-service/pom.xml
... ... @@ -88,10 +88,6 @@
88 88 <groupId>org.redisson</groupId>
89 89 <artifactId>redisson</artifactId>
90 90 </dependency>
91   - <dependency>
92   - <groupId>com.google.zxing</groupId>
93   - <artifactId>javase</artifactId>
94   - </dependency>
95 91 </dependencies>
96 92  
97 93 <build>
... ...
... ... @@ -34,8 +34,6 @@
34 34 <fw.hestia.sdk.version>1.0.0</fw.hestia.sdk.version>
35 35 <rocketmq-spring-boot-starter.version>2.1.0</rocketmq-spring-boot-starter.version>
36 36 <redis.spring.boot.starter>1.0</redis.spring.boot.starter>
37   - <javase>3.0.0</javase>
38   - <hutool.all>5.2.5</hutool.all>
39 37 </properties>
40 38  
41 39 <dependencyManagement>
... ... @@ -99,16 +97,6 @@
99 97 <artifactId>redis-spring-boot-starter</artifactId>
100 98 <version>${redis.spring.boot.starter}</version>
101 99 </dependency>
102   - <dependency>
103   - <groupId>com.google.zxing</groupId>
104   - <artifactId>javase</artifactId>
105   - <version>${javase}</version>
106   - </dependency>
107   - <dependency>
108   - <groupId>cn.hutool</groupId>
109   - <artifactId>hutool-all</artifactId>
110   - <version>${hutool.all}</version>
111   - </dependency>
112 100 </dependencies>
113 101 </dependencyManagement>
114 102  
... ...