This figure presents the dependency tree between multiple modules in zooma2. As shown in this figure, Library org.slf4j:jcl-over-slf4j:jar:1.7.5:compile in
is inherited from their parent module. However, it is not actually used by zooma-bootstrap. We can perform refactoring operations in the pom, by removing such redundant dependencies in zooma-bootstrap.
Specifically, the scope of org.slf4j:jcl-over-slf4j:jar:1.7.5:compile in zooma-bootstrap can be changed from compile to provided. The revisions in the pom are described as follows:
This figure presents the dependency tree between multiple modules in zooma2. As shown in this figure, Library org.slf4j:jcl-over-slf4j:jar:1.7.5:compile in
is inherited from their parent module. However, it is not actually used by zooma-bootstrap. We can perform refactoring operations in the pom, by removing such redundant dependencies in zooma-bootstrap.
Specifically, the scope of org.slf4j:jcl-over-slf4j:jar:1.7.5:compile in zooma-bootstrap can be changed from compile to provided. The revisions in the pom are described as follows:
Best regards