File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 109109 <mail .version>1.4.7</mail .version>
110110 <mockito .version>4.0.0</mockito .version>
111111 <saaj-impl .version>2.0.1</saaj-impl .version>
112- <slf4j .version>1.7.32 </slf4j .version>
112+ <slf4j .version>2.0.0 </slf4j .version>
113113 <smack .version>4.2.1</smack .version>
114114 <spring .version>6.0.0-M6</spring .version>
115115 <spring-security .version>6.0.0-M6</spring-security .version>
Original file line number Diff line number Diff line change 117117 <scope >test</scope >
118118 </dependency >
119119
120+ <dependency >
121+ <groupId >org.slf4j</groupId >
122+ <artifactId >slf4j-api</artifactId >
123+ <version >${slf4j.version} </version >
124+ <scope >test</scope >
125+ </dependency >
126+
120127 <dependency >
121128 <groupId >com.icegreen</groupId >
122129 <artifactId >greenmail</artifactId >
123130 <version >${greenmail.version} </version >
124131 <scope >test</scope >
132+ <exclusions >
133+ <exclusion >
134+ <groupId >org.slf4j</groupId >
135+ <artifactId >slf4j-api</artifactId >
136+ </exclusion >
137+ </exclusions >
125138 </dependency >
126139 <dependency >
127140 <groupId >com.icegreen</groupId >
You can’t perform that action at this time.
0 commit comments