Skip to content

Commit

Permalink
Better describe base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed Dec 3, 2023
1 parent 0f8549c commit ce6e39a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cargo/Installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,7 @@ <h3 id="Installation-JavaAPI">Java API</h3>
<li>the <code>cargo-core-api-*</code> jars and the container implementations you wish to use (<code>cargo-core-container-*</code> jars)</li>
<li><strong>or</strong> the <code>cargo-core-uberjar</code> jar which aggregates all the required jars and their core dependencies (such as the various J2EE, Java EE and Jakarta EE specifications, JNI, etc.)</li>
</ul>
<p>Cargo's base dependencies (not packed in the uberjar) are as follows:</p>
<ul>
<li><a href="https://repo.maven.apache.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar">Commons discovery 0.5</a> or greater</li>
<li><a href="https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar">Commons logging 1.2</a> or greater</li>
</ul>
<p>Cargo's only base dependency not packed in the uberjar is <a href="https://repo.maven.apache.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar">commons discovery 0.5</a>, which itself depends on <a href="https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">commons logging 1.1.1</a> (though our builds always use the latest version).</p>
<p>In addition, some specific containers and features require the following:</p>
<div class="table-wrap">
<table class="wrapped confluenceTable">
Expand Down
Binary file modified cargo/attachments/module-descriptors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce6e39a

Please sign in to comment.