Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 4e3b20f

Browse files
committed
format pom libs
1 parent 984c650 commit 4e3b20f

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

sofa-serverless-runtime/pom.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<revision>0.5.6</revision>
12+
<revision>0.5.7-SNAPSHOT</revision>
1313
<sofa.ark.version>2.2.6</sofa.ark.version>
1414
<spring.boot.version>2.7.15</spring.boot.version>
1515
<project.encoding>UTF-8</project.encoding>
@@ -29,10 +29,6 @@
2929
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
3030
<oshi.version>6.4.5</oshi.version>
3131
<guice.version>6.0.0</guice.version>
32-
<netty.version>4.1.94.Final</netty.version>
33-
<lombok.version>1.18.22</lombok.version>
34-
<junit.version>4.13.1</junit.version>
35-
<mockito.version>4.8.1</mockito.version>
3632
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
3733
<oshi.version>6.4.5</oshi.version>
3834
<guava.version>32.1.3-jre</guava.version>
@@ -176,34 +172,11 @@
176172
<version>${hessian.version}</version>
177173
</dependency>
178174

179-
<!-- 测试-->
180-
<dependency>
181-
<groupId>junit</groupId>
182-
<artifactId>junit</artifactId>
183-
<version>${junit.version}</version>
184-
<scope>test</scope>
185-
</dependency>
186-
187-
<dependency>
188-
<groupId>org.mockito</groupId>
189-
<artifactId>mockito-core</artifactId>
190-
<version>${mockito.version}</version>
191-
<scope>test</scope>
192-
</dependency>
193-
194175
<dependency>
195176
<groupId>com.github.oshi</groupId>
196177
<artifactId>oshi-core</artifactId>
197178
<version>${oshi.version}</version>
198179
</dependency>
199-
200-
<dependency>
201-
<groupId>org.mockito</groupId>
202-
<artifactId>mockito-inline</artifactId>
203-
<version>${mockito.version}</version>
204-
<scope>test</scope>
205-
</dependency>
206-
207180
</dependencies>
208181
</dependencyManagement>
209182

0 commit comments

Comments
 (0)