Skip to content

Commit 052da7f

Browse files
committed
Replace deprecated org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
The slf4j-log4j12 is already moved to slf4j-reload4j. With this change we are fixing the warnings that are there during the build
1 parent b8d8b9c commit 052da7f

57 files changed

Lines changed: 57 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

distro/src/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ org.eclipse.angus angus-mail 2.0.3 ED
9898
org.mybatis mybatis 3.5.19 The Apache Software License, Version 2.0
9999
org.slf4j jcl-over-slf4j 2.0.17 MIT License
100100
org.slf4j slf4j-api 2.0.17 MIT License
101-
org.slf4j slf4j-log4j12 2.0.17 MIT License
101+
org.slf4j slf4j-reload4j 2.0.17 MIT License
102102
org.springframework spring-beans 6.2.7 The Apache Software License, Version 2.0
103103
org.springframework spring-core 6.2.7 The Apache Software License, Version 2.0
104104
org.springframework spring-context 6.2.7 The Apache Software License, Version 2.0

docs/docusaurus/docs/bpmn/ch02-GettingStarted.md

Lines changed: 1 addition & 1 deletion

docs/docusaurus/docs/bpmn/ch03-Configuration.md

Lines changed: 1 addition & 1 deletion

docs/docusaurus/docs/cmmn/ch02-Configuration.md

Lines changed: 1 addition & 1 deletion

docs/docusaurus/docs/dmn/ch02-Configuration.md

Lines changed: 1 addition & 1 deletion

docs/docusaurus/docs/eventregistry/ch02-Configuration.md

Lines changed: 1 addition & 1 deletion

docs/public-api/tools/flowable-oas-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
</dependency>
211211
<dependency>
212212
<groupId>org.slf4j</groupId>
213-
<artifactId>slf4j-log4j12</artifactId>
213+
<artifactId>slf4j-reload4j</artifactId>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.slf4j</groupId>

modules/flowable-app-engine-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</dependency>
117117
<dependency>
118118
<groupId>org.slf4j</groupId>
119-
<artifactId>slf4j-log4j12</artifactId>
119+
<artifactId>slf4j-reload4j</artifactId>
120120
<scope>test</scope>
121121
</dependency>
122122

modules/flowable-app-engine-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</dependency>
164164
<dependency>
165165
<groupId>org.slf4j</groupId>
166-
<artifactId>slf4j-log4j12</artifactId>
166+
<artifactId>slf4j-reload4j</artifactId>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>

modules/flowable-app-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</dependency>
6262
<dependency>
6363
<groupId>org.slf4j</groupId>
64-
<artifactId>slf4j-log4j12</artifactId>
64+
<artifactId>slf4j-reload4j</artifactId>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

0 commit comments

Comments
 (0)