|
28 | 28 | <hsqldb.version>2.6.1</hsqldb.version>
|
29 | 29 | <jaxb2basics.version>0.6.0</jaxb2basics.version>
|
30 | 30 | <jackson.version>2.14.1</jackson.version>
|
31 |
| - <logbackVersion>1.4.5</logbackVersion> |
| 31 | + <logbackVersion>1.3.5</logbackVersion> |
32 | 32 | <pluto.version>2.1.0-M3</pluto.version>
|
33 |
| - <sl4jVersion>1.7.36</sl4jVersion> |
| 33 | + <slf4j.version>2.0.6</slf4j.version> |
34 | 34 | <ehcache-spring-annotations.version>1.2.0</ehcache-spring-annotations.version>
|
35 | 35 | <ehcache.version>2.10.4</ehcache.version>
|
36 | 36 | <portletUtils.version>1.1.3</portletUtils.version>
|
|
165 | 165 | <groupId>org.springframework</groupId>
|
166 | 166 | <artifactId>spring-webmvc</artifactId>
|
167 | 167 | </exclusion>
|
| 168 | + <exclusion> |
| 169 | + <groupId>commons-logging</groupId> |
| 170 | + <artifactId>commons-logging</artifactId> |
| 171 | + </exclusion> |
| 172 | + <exclusion> |
| 173 | + <groupId>log4j</groupId> |
| 174 | + <artifactId>log4j</artifactId> |
| 175 | + </exclusion> |
168 | 176 | </exclusions>
|
169 | 177 | </dependency>
|
170 | 178 | <!--
|
|
175 | 183 | <groupId>commons-httpclient</groupId>
|
176 | 184 | <artifactId>commons-httpclient</artifactId>
|
177 | 185 | <version>3.1</version>
|
| 186 | + <exclusions> |
| 187 | + <exclusion> |
| 188 | + <groupId>commons-logging</groupId> |
| 189 | + <artifactId>commons-logging</artifactId> |
| 190 | + </exclusion> |
| 191 | + </exclusions> |
178 | 192 | </dependency>
|
179 | 193 | <dependency>
|
180 | 194 | <groupId>org.apache.httpcomponents</groupId>
|
181 | 195 | <artifactId>httpclient</artifactId>
|
182 | 196 | <version>4.5.14</version>
|
| 197 | + <exclusions> |
| 198 | + <exclusion> |
| 199 | + <groupId>commons-logging</groupId> |
| 200 | + <artifactId>commons-logging</artifactId> |
| 201 | + </exclusion> |
| 202 | + </exclusions> |
183 | 203 | </dependency>
|
184 | 204 | <dependency>
|
185 | 205 | <groupId>org.apache.portals.pluto</groupId>
|
|
200 | 220 | <groupId>org.jasig</groupId>
|
201 | 221 | <artifactId>AjaxPortletSupport</artifactId>
|
202 | 222 | <version>1.0.9</version>
|
| 223 | + <exclusions> |
| 224 | + <exclusion> |
| 225 | + <groupId>commons-logging</groupId> |
| 226 | + <artifactId>commons-logging</artifactId> |
| 227 | + </exclusion> |
| 228 | + </exclusions> |
203 | 229 | </dependency>
|
204 | 230 | <dependency>
|
205 | 231 | <groupId>org.jasig.portlet.utils</groupId>
|
|
280 | 306 | <groupId>org.springframework</groupId>
|
281 | 307 | <artifactId>spring-beans</artifactId>
|
282 | 308 | <version>${spring.version}</version>
|
| 309 | + <exclusions> |
| 310 | + <exclusion> |
| 311 | + <groupId>commons-logging</groupId> |
| 312 | + <artifactId>commons-logging</artifactId> |
| 313 | + </exclusion> |
| 314 | + </exclusions> |
283 | 315 | </dependency>
|
284 | 316 | <dependency>
|
285 | 317 | <groupId>org.springframework</groupId>
|
|
327 | 359 | <version>1.1.2</version>
|
328 | 360 | </dependency>
|
329 | 361 |
|
330 |
| - <!-- For sl4j/logback logging, see https://wiki.jasig.org/display/PLT/Logging+Best+Practices --> |
| 362 | + <!-- For slf4j/logback logging, see https://wiki.jasig.org/display/PLT/Logging+Best+Practices --> |
331 | 363 | <dependency>
|
332 | 364 | <groupId>org.slf4j</groupId>
|
333 | 365 | <artifactId>slf4j-api</artifactId>
|
334 |
| - <version>${sl4jVersion}</version> |
| 366 | + <version>${slf4j.version}</version> |
335 | 367 | </dependency>
|
336 | 368 | <dependency>
|
337 | 369 | <groupId>org.slf4j</groupId>
|
338 | 370 | <artifactId>jul-to-slf4j</artifactId>
|
339 |
| - <version>${sl4jVersion}</version> |
| 371 | + <version>${slf4j.version}</version> |
340 | 372 | </dependency>
|
341 | 373 | <dependency>
|
342 | 374 | <groupId>org.slf4j</groupId>
|
343 | 375 | <artifactId>log4j-over-slf4j</artifactId>
|
344 |
| - <version>${sl4jVersion}</version> |
| 376 | + <version>${slf4j.version}</version> |
345 | 377 | </dependency>
|
346 | 378 | <dependency>
|
347 | 379 | <groupId>org.slf4j</groupId>
|
348 | 380 | <artifactId>jcl-over-slf4j</artifactId>
|
349 |
| - <version>${sl4jVersion}</version> |
| 381 | + <version>${slf4j.version}</version> |
350 | 382 | </dependency>
|
351 | 383 | <dependency>
|
352 | 384 | <groupId>ch.qos.logback</groupId>
|
|
600 | 632 | <artifactId>lombok</artifactId>
|
601 | 633 | </dependency>
|
602 | 634 | <dependency>
|
603 |
| - <groupId>org.apache.maven.plugins</groupId> |
604 |
| - <artifactId>maven-checkstyle-plugin</artifactId> |
605 |
| - <version>3.1.2</version> |
606 | 635 | <groupId>javax.activation</groupId>
|
607 | 636 | <artifactId>javax.activation-api</artifactId>
|
608 | 637 | <version>1.2.0</version>
|
|
691 | 720 | </rules>
|
692 | 721 | </configuration>
|
693 | 722 | </execution>
|
| 723 | + <execution> |
| 724 | + <id>enforce-banned-dependencies</id> |
| 725 | + <goals> |
| 726 | + <goal>enforce</goal> |
| 727 | + </goals> |
| 728 | + <configuration> |
| 729 | + <rules> |
| 730 | + <bannedDependencies> |
| 731 | + <excludes> |
| 732 | + <exclude>commons-logging:*</exclude> |
| 733 | + <exclude>log4j:*</exclude> |
| 734 | + </excludes> |
| 735 | + </bannedDependencies> |
| 736 | + </rules> |
| 737 | + </configuration> |
| 738 | + </execution> |
694 | 739 | </executions>
|
695 | 740 | </plugin>
|
696 | 741 | <plugin>
|
|
0 commit comments