Skip to content

Commit

Permalink
build($auth-center): change Maven dependency scope to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Aug 29, 2021
1 parent 597ed74 commit f8f88c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auth-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,21 +225,18 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${poi.version}</version>
<scope>provided</scope>
</dependency>

<!-- OSS Dependencies -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>${minio.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit f8f88c4

Please sign in to comment.