File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1818 <groupId >org.slf4j</groupId >
1919 <artifactId >slf4j-api</artifactId >
2020 </dependency >
21+ <dependency >
22+ <groupId >org.slf4j</groupId >
23+ <artifactId >jcl-over-slf4j</artifactId >
24+ </dependency >
2125 <dependency >
2226 <groupId >com.fasterxml.jackson.core</groupId >
2327 <artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change 7171 <artifactId >slf4j-api</artifactId >
7272 <version >${version.org.slf4j} </version >
7373 </dependency >
74+ <dependency >
75+ <groupId >org.slf4j</groupId >
76+ <artifactId >jcl-over-slf4j</artifactId >
77+ <version >${version.org.slf4j} </version >
78+ </dependency >
7479 <dependency >
7580 <groupId >com.fasterxml.jackson.core</groupId >
7681 <artifactId >jackson-core</artifactId >
100105 <groupId >com.github.erosb</groupId >
101106 <artifactId >everit-json-schema</artifactId >
102107 <version >${json.schema.validation.version} </version >
108+ <exclusions >
109+ <exclusion >
110+ <groupId >commons-logging</groupId >
111+ <artifactId >commons-logging</artifactId >
112+ </exclusion >
113+ </exclusions >
103114 </dependency >
104115 <dependency >
105116 <groupId >org.json</groupId >
Original file line number Diff line number Diff line change 1818 <groupId >org.slf4j</groupId >
1919 <artifactId >slf4j-api</artifactId >
2020 </dependency >
21+ <dependency >
22+ <groupId >org.slf4j</groupId >
23+ <artifactId >jcl-over-slf4j</artifactId >
24+ </dependency >
2125
2226 <dependency >
2327 <groupId >io.serverlessworkflow</groupId >
You can’t perform that action at this time.
0 commit comments