Skip to content

Commit

Permalink
add BOM file, fixes SLF4J-437
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jun 16, 2023
1 parent f871e7f commit 6fd9db9
Show file tree
Hide file tree
Showing 17 changed files with 597 additions and 544 deletions.
1 change: 1 addition & 0 deletions integration/pom.xml
Expand Up @@ -8,6 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>

<artifactId>integration</artifactId>
Expand Down
1 change: 1 addition & 0 deletions jcl-over-slf4j/pom.xml
Expand Up @@ -6,6 +6,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
43 changes: 0 additions & 43 deletions jcl-over-slf4j/x/META-INF/maven/org.slf4j/jcl-over-slf4j/pom.xml

This file was deleted.

1 change: 1 addition & 0 deletions jul-to-slf4j/pom.xml
Expand Up @@ -8,6 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>

<artifactId>jul-to-slf4j</artifactId>
Expand Down
1 change: 1 addition & 0 deletions log4j-over-slf4j/pom.xml
Expand Up @@ -8,6 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>


Expand Down
1 change: 1 addition & 0 deletions osgi-over-slf4j/pom.xml
Expand Up @@ -8,6 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<relativePath>../parent-pom.xml</relativePath>
</parent>

<artifactId>osgi-over-slf4j</artifactId>
Expand Down

0 comments on commit 6fd9db9

Please sign in to comment.