[
https://issues.apache.org/jira/browse/OAK-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086312#comment-18086312
]
Julian Reschke commented on OAK-12093:
--------------------------------------
Ad-hoc:
{noformat}
$ fgrep jackrabbit- */pom.xml */*/pom.xml | fgrep -v commons | fgrep -v tests |
fgrep -v api
oak-jcr/pom.xml: <artifactId>jackrabbit-core</artifactId>
oak-jcr/pom.xml: <artifactId>jackrabbit-core</artifactId>
oak-jcr/pom.xml: <artifactId>jackrabbit-jcr-server</artifactId>
oak-lucene/pom.xml: <artifactId>jackrabbit-core</artifactId>
oak-parent/pom.xml:
<connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-oak.git</connection>
oak-parent/pom.xml:
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-oak.git</developerConnection>
oak-parent/pom.xml: <tag>jackrabbit-oak-2.0.0</tag>
oak-pojosr/pom.xml: <artifactId>jackrabbit-data</artifactId>
oak-run/pom.xml: <artifactId>jackrabbit-aws-ext</artifactId>
oak-run/pom.xml: <artifactId>jackrabbit-jcr-server</artifactId>
oak-upgrade/pom.xml: <artifactId>jackrabbit-core</artifactId>
oak-upgrade/pom.xml: <artifactId>jackrabbit-spi</artifactId>
oak-upgrade/pom.xml: <!-- it has to match the version used in
jackrabbit-core -->
oak-examples/standalone/pom.xml:
<artifactId>jackrabbit-jcr-server</artifactId>
oak-examples/standalone/pom.xml:
<artifactId>jackrabbit-jcr-servlet</artifactId>
oak-examples/webapp/pom.xml: <artifactId>jackrabbit-jcr-server</artifactId>
oak-examples/webapp/pom.xml:
<artifactId>jackrabbit-jcr-servlet</artifactId>
{noformat}
> Improve build by rationalizing dependencies
> -------------------------------------------
>
> Key: OAK-12093
> URL: https://issues.apache.org/jira/browse/OAK-12093
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Benjamin Habegger
> Priority: Minor
>
> Currently many dependencies are declared explicitly in several modules and
> leads to pulling duplicate dependencies:
> Some examples are:
> Jackson: 2.13.5, 2.17.3
> Zstd: versions 1.5.5-5, 1.5.6-3, 1.5.7-4, 1.5.7-6
> Gson: 2.10.1, 2.11.0, 2.5, 2.9.0, 2.9.1
> Error_prone_annotations: 2.11.0, 2.18.0, 2.26.1, 2.27.0, 2.3.4, 2.41.0
> j2objc-annotations: 1.3, 2.8, 3.0.0
> The goal of this ticket is to rationalize and centralize as much as possible
> dependencyManagement to avoid these multiple versions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)