Skip to content

Commit ea5f3af

Browse files
authored
Merge pull request #148 from mercyblitz/dev-1.x
Remove unused dependency and update version compatibility in README
2 parents 58b54ca + 9821b19 commit ea5f3af

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Choose the version that matches your Spring Boot generation:
110110

111111
| Branch | Spring Boot Compatibility | Latest Version |
112112
|--------|------------------------------|----------------|
113-
| `main` | 3.0.x – 3.5.x, 4.0.x - 4.1.x | `0.2.31` |
114-
| `1.x` | 2.0.x – 2.7.x | `0.1.31` |
113+
| `main` | 3.0.x – 3.5.x, 4.0.x - 4.1.x | `0.2.32` |
114+
| `1.x` | 2.0.x – 2.7.x | `0.1.32` |
115115

116116
### Add Module Dependencies
117117

microsphere-spring-boot-core/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
<optional>true</optional>
2727
</dependency>
2828

29-
<!-- Microsphere Java Core -->
30-
<dependency>
31-
<groupId>io.github.microsphere-projects</groupId>
32-
<artifactId>microsphere-java-core</artifactId>
33-
</dependency>
34-
3529
<!-- Microsphere Spring Context -->
3630
<dependency>
3731
<groupId>io.github.microsphere-projects</groupId>
@@ -57,7 +51,7 @@
5751
<optional>true</optional>
5852
</dependency>
5953

60-
<!-- Testing Dependencies -->
54+
<!-- Testing -->
6155
<dependency>
6256
<groupId>org.junit.jupiter</groupId>
6357
<artifactId>junit-jupiter</artifactId>

microsphere-spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Microsphere Spring Boot Parent</description>
2020

2121
<properties>
22-
<microsphere-spring.version>0.1.35</microsphere-spring.version>
22+
<microsphere-spring.version>0.1.36</microsphere-spring.version>
2323
<jolokia.version>1.7.2</jolokia.version>
2424
<!-- Testing -->
2525
<junit-jupiter.version>5.14.4</junit-jupiter.version>

0 commit comments

Comments
 (0)