Bug #7445
missing maven artifact jdbc-stdext preventing libclient_java build
100%
Description
jcs: jcs depends on jdbc-stdext, which wasn't locatable in a maven repo. (so clearing a local .m2 repo will reveal the issue).
libclient doesn't use JDBC, so this isn't an issue. According to maven best practices, applications needing this library should be managing the dependency directly, instead of relying on the transitive dependency via libclient_java. (they should be importing it themselves.
JCS also moved recently, but is still at v1.3. groupId has changed from jcs to "org.apache.jcs", this may have something to do with the issue, but did not thoroughly test.
solution was to exclude the dependency in libclient_java pom.
Associated revisions
refs #7445. added comment about missing maven sub-dependency (jdbc-stdext) in jcs dependency.
refs #7445. added comment about missing maven sub-dependency (jdbc-stdext) in jcs dependency.
History
#1 Updated by Rob Nahf about 9 years ago
- Subject changed from missing maven artifact jdbc-ext preventing libclient_java build to missing maven artifact jdbc-stdext preventing libclient_java build
- Description updated (diff)