Skip to content

Commit ddb1c6b

Browse files
committed
Make spring-context dependency optional
Mark `microsphere-spring-context` as an optional dependency in `microsphere-i18n-spring` so consumers do not inherit it unless they explicitly need that integration.
1 parent 3df2e2b commit ddb1c6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

microsphere-i18n-spring/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>io.github.microsphere-projects</groupId>
4040
<artifactId>microsphere-spring-context</artifactId>
41+
<optional>true</optional>
4142
</dependency>
4243

4344
<!-- Servlet API -->

0 commit comments

Comments
 (0)