Skip to content

Commit 37bb725

Browse files
chore: merge main into release [skip ci]
2 parents 994381b + 3c12fd8 commit 37bb725

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

microsphere-java-parent/pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,26 @@
2828
<dependencies>
2929

3030
<!-- Microsphere BOMs -->
31+
3132
<dependency>
3233
<groupId>io.github.microsphere-projects</groupId>
33-
<artifactId>microsphere-logging-bom</artifactId>
34+
<artifactId>microsphere-testing-bom</artifactId>
35+
<version>${microsphere-bom.version}</version>
36+
<type>pom</type>
37+
<scope>import</scope>
38+
</dependency>
39+
40+
<dependency>
41+
<groupId>io.github.microsphere-projects</groupId>
42+
<artifactId>microsphere-javaee-bom</artifactId>
3443
<version>${microsphere-bom.version}</version>
3544
<type>pom</type>
3645
<scope>import</scope>
3746
</dependency>
3847

3948
<dependency>
4049
<groupId>io.github.microsphere-projects</groupId>
41-
<artifactId>microsphere-testing-bom</artifactId>
50+
<artifactId>microsphere-logging-bom</artifactId>
4251
<version>${microsphere-bom.version}</version>
4352
<type>pom</type>
4453
<scope>import</scope>

0 commit comments

Comments
 (0)