Skip to content

Commit

Permalink
perf[protocol]: maven jprotobuf scope test
Browse files Browse the repository at this point in the history
  • Loading branch information
libin committed Nov 23, 2023
1 parent f6ca490 commit 6f6acd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<commons-io.version>2.7</commons-io.version>

<!-- maven core plugin -->
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
Expand All @@ -53,6 +55,11 @@
</properties>

<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>scheduler</artifactId>
Expand Down

0 comments on commit 6f6acd2

Please sign in to comment.