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

Commit

Permalink
format pom libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed Jan 15, 2024
1 parent 984c650 commit 4e3b20f
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions sofa-serverless-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<revision>0.5.6</revision>
<revision>0.5.7-SNAPSHOT</revision>
<sofa.ark.version>2.2.6</sofa.ark.version>
<spring.boot.version>2.7.15</spring.boot.version>
<project.encoding>UTF-8</project.encoding>
Expand All @@ -29,10 +29,6 @@
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<oshi.version>6.4.5</oshi.version>
<guice.version>6.0.0</guice.version>
<netty.version>4.1.94.Final</netty.version>
<lombok.version>1.18.22</lombok.version>
<junit.version>4.13.1</junit.version>
<mockito.version>4.8.1</mockito.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<oshi.version>6.4.5</oshi.version>
<guava.version>32.1.3-jre</guava.version>
Expand Down Expand Up @@ -176,34 +172,11 @@
<version>${hessian.version}</version>
</dependency>

<!-- 测试-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>${oshi.version}</version>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 4e3b20f

Please sign in to comment.