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 18
18
<groupId >org.slf4j</groupId >
19
19
<artifactId >slf4j-api</artifactId >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.slf4j</groupId >
23
+ <artifactId >jcl-over-slf4j</artifactId >
24
+ </dependency >
21
25
<dependency >
22
26
<groupId >com.fasterxml.jackson.core</groupId >
23
27
<artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change 71
71
<artifactId >slf4j-api</artifactId >
72
72
<version >${version.org.slf4j} </version >
73
73
</dependency >
74
+ <dependency >
75
+ <groupId >org.slf4j</groupId >
76
+ <artifactId >jcl-over-slf4j</artifactId >
77
+ <version >${version.org.slf4j} </version >
78
+ </dependency >
74
79
<dependency >
75
80
<groupId >com.fasterxml.jackson.core</groupId >
76
81
<artifactId >jackson-core</artifactId >
100
105
<groupId >com.github.erosb</groupId >
101
106
<artifactId >everit-json-schema</artifactId >
102
107
<version >${json.schema.validation.version} </version >
108
+ <exclusions >
109
+ <exclusion >
110
+ <groupId >commons-logging</groupId >
111
+ <artifactId >commons-logging</artifactId >
112
+ </exclusion >
113
+ </exclusions >
103
114
</dependency >
104
115
<dependency >
105
116
<groupId >org.json</groupId >
Original file line number Diff line number Diff line change 18
18
<groupId >org.slf4j</groupId >
19
19
<artifactId >slf4j-api</artifactId >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.slf4j</groupId >
23
+ <artifactId >jcl-over-slf4j</artifactId >
24
+ </dependency >
21
25
22
26
<dependency >
23
27
<groupId >io.serverlessworkflow</groupId >
You can’t perform that action at this time.
0 commit comments