[midPoint-git] [Evolveum/midpoint] ed98a1: POMs cleanup: less dependncy-plugin exceptions, co...
virgo47
noreply at github.com
Thu Feb 13 17:18:28 CET 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: ed98a146f1d4c0295e8dd3967b7982982d242caa
https://github.com/Evolveum/midpoint/commit/ed98a146f1d4c0295e8dd3967b7982982d242caa
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M dist/javadoc/pom.xml
M gui/admin-gui/pom.xml
M infra/test-util/pom.xml
M model/model-impl/pom.xml
M model/model-test/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M repo/repo-sql-impl/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/task-quartz-impl/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/samples-test/pom.xml
M testing/sanity/pom.xml
M tools/ninja/pom.xml
Log Message:
-----------
POMs cleanup: less dependncy-plugin exceptions, commons-logging removal
1) Some reported dependency problems can be fixed by changing the scope
of the dependency to runtime or test (as appropriate). Some spring*
dependencies were fixed this way in this commit.
2) commons-logging classes came from 3 different JARs; commons-logging
and spring-jcl were removed, only jcl-over-slf4j stays.
3) Finally, ninja declared some slf4j/logback versions long time ago,
now it takes it from midPoint parent POM.
More information about the midPoint-svn
mailing list