Skip to content

Commit 56fa380

Browse files
committed
Use microsphere-all-bom; remove testing/javaee BOMs
Replace the microsphere-logging-bom dependency with microsphere-all-bom in the parent POM and remove the imported microsphere-testing-bom and microsphere-javaee-bom entries. Keeps the same ${microsphere-bom.version} and consolidates BOM imports.
1 parent e3fe521 commit 56fa380

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

microsphere-java-parent/pom.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,9 @@
2828
<dependencies>
2929

3030
<!-- Microsphere BOMs -->
31-
32-
<dependency>
33-
<groupId>io.github.microsphere-projects</groupId>
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>
43-
<version>${microsphere-bom.version}</version>
44-
<type>pom</type>
45-
<scope>import</scope>
46-
</dependency>
47-
4831
<dependency>
4932
<groupId>io.github.microsphere-projects</groupId>
50-
<artifactId>microsphere-logging-bom</artifactId>
33+
<artifactId>microsphere-all-bom</artifactId>
5134
<version>${microsphere-bom.version}</version>
5235
<type>pom</type>
5336
<scope>import</scope>

0 commit comments

Comments
 (0)