Skip to content

Commit 209e962

Browse files
committed
Add spring-boot-4.1 profile to pom
Add a new Maven profile 'spring-boot-4.1' to microsphere-spring-boot-core/pom.xml that declares the io.github.microsphere-projects:microsphere-spring-boot-compatible dependency (version ${revision}) to enable compatibility with Spring Boot 4.1.
1 parent 747dfe4 commit 209e962

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • microsphere-spring-boot-core

microsphere-spring-boot-core/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,17 @@
9999
</dependency>
100100
</dependencies>
101101
</profile>
102+
103+
<profile>
104+
<id>spring-boot-4.1</id>
105+
<dependencies>
106+
<!-- Compatible -->
107+
<dependency>
108+
<groupId>io.github.microsphere-projects</groupId>
109+
<artifactId>microsphere-spring-boot-compatible</artifactId>
110+
<version>${revision}</version>
111+
</dependency>
112+
</dependencies>
113+
</profile>
102114
</profiles>
103115
</project>

0 commit comments

Comments
 (0)