Skip to content

Commit 1eb9241

Browse files
chore: merge main into release [skip ci]
2 parents 1688832 + eff01fe commit 1eb9241

5 files changed

Lines changed: 25 additions & 39 deletions

File tree

  • microsphere-spring-boot-actuator
  • microsphere-spring-boot-core
  • microsphere-spring-boot-test
  • microsphere-spring-boot-webflux
  • microsphere-spring-boot-webmvc

microsphere-spring-boot-actuator/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@
2020

2121
<dependencies>
2222

23-
<!-- Microsphere Dependencies -->
23+
<!-- Microsphere Annotation Processor -->
24+
<dependency>
25+
<groupId>io.github.microsphere-projects</groupId>
26+
<artifactId>microsphere-annotation-processor</artifactId>
27+
<optional>true</optional>
28+
</dependency>
29+
30+
<!-- Microsphere Spring Boot Core -->
2431
<dependency>
2532
<groupId>io.github.microsphere-projects</groupId>
2633
<artifactId>microsphere-spring-boot-core</artifactId>

microsphere-spring-boot-core/pom.xml

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

29-
<!-- Microsphere Java -->
29+
<!-- Microsphere Java Core -->
3030
<dependency>
3131
<groupId>io.github.microsphere-projects</groupId>
3232
<artifactId>microsphere-java-core</artifactId>

microsphere-spring-boot-test/pom.xml

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@
2626
<optional>true</optional>
2727
</dependency>
2828

29+
<!-- JUnit -->
30+
<dependency>
31+
<groupId>org.junit.jupiter</groupId>
32+
<artifactId>junit-jupiter</artifactId>
33+
<optional>true</optional>
34+
</dependency>
35+
36+
<!-- Spring Boot Test -->
37+
<dependency>
38+
<groupId>org.springframework.boot</groupId>
39+
<artifactId>spring-boot-starter-test</artifactId>
40+
<optional>true</optional>
41+
</dependency>
42+
2943
<!-- Microsphere Spring -->
3044
<dependency>
3145
<groupId>io.github.microsphere-projects</groupId>
@@ -52,41 +66,6 @@
5266
<optional>true</optional>
5367
</dependency>
5468

55-
<!-- Spring Boot Dependencies -->
56-
<dependency>
57-
<groupId>org.springframework.boot</groupId>
58-
<artifactId>spring-boot-starter-test</artifactId>
59-
<optional>true</optional>
60-
</dependency>
61-
62-
<!-- JUnit -->
63-
<dependency>
64-
<groupId>org.junit.jupiter</groupId>
65-
<artifactId>junit-jupiter</artifactId>
66-
<optional>true</optional>
67-
</dependency>
68-
69-
<!-- Mockito -->
70-
<dependency>
71-
<groupId>org.mockito</groupId>
72-
<artifactId>mockito-core</artifactId>
73-
<optional>true</optional>
74-
</dependency>
75-
76-
<!-- JSON Assert -->
77-
<dependency>
78-
<groupId>org.skyscreamer</groupId>
79-
<artifactId>jsonassert</artifactId>
80-
<optional>true</optional>
81-
</dependency>
82-
83-
<!-- hamcrest -->
84-
<dependency>
85-
<groupId>org.hamcrest</groupId>
86-
<artifactId>hamcrest</artifactId>
87-
<optional>true</optional>
88-
</dependency>
89-
9069
<!-- Servlet API -->
9170
<dependency>
9271
<groupId>jakarta.servlet</groupId>

microsphere-spring-boot-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<optional>true</optional>
2828
</dependency>
2929

30-
<!-- Microsphere Spring Boot -->
30+
<!-- Microsphere Spring Boot Core -->
3131
<dependency>
3232
<groupId>io.github.microsphere-projects</groupId>
3333
<artifactId>microsphere-spring-boot-core</artifactId>

microsphere-spring-boot-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<optional>true</optional>
2828
</dependency>
2929

30-
<!-- Microsphere Spring Boot -->
30+
<!-- Microsphere Spring Boot Core -->
3131
<dependency>
3232
<groupId>io.github.microsphere-projects</groupId>
3333
<artifactId>microsphere-spring-boot-core</artifactId>

0 commit comments

Comments
 (0)