Commit 7be6e849538e78a4847cc7b2d2639ee9821c36f8
1 parent
acb23c17
Exists in
master
Definindo as dependências do slf4j como provided para os profiles do
JBoss.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
parent/jsf/pom.xml
... | ... | @@ -375,8 +375,8 @@ |
375 | 375 | </dependency> |
376 | 376 | <dependency> |
377 | 377 | <groupId>org.slf4j</groupId> |
378 | - <artifactId>slf4j-log4j12</artifactId> | |
379 | - <scope>runtime</scope> | |
378 | + <artifactId>slf4j-api</artifactId> | |
379 | + <scope>provided</scope> | |
380 | 380 | </dependency> |
381 | 381 | <dependency> |
382 | 382 | <groupId>org.eclipse.persistence</groupId> |
... | ... | @@ -445,8 +445,8 @@ |
445 | 445 | </dependency> |
446 | 446 | <dependency> |
447 | 447 | <groupId>org.slf4j</groupId> |
448 | - <artifactId>slf4j-log4j12</artifactId> | |
449 | - <scope>runtime</scope> | |
448 | + <artifactId>slf4j-api</artifactId> | |
449 | + <scope>provided</scope> | |
450 | 450 | </dependency> |
451 | 451 | <dependency> |
452 | 452 | <groupId>org.eclipse.persistence</groupId> | ... | ... |