blob: c9f84c480318c9a22b12ec59f8dc0fd380b6d5da [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>JAMES Mail Protocol Tester (MPT) - Project Dependencies</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body class="composite">
<div id="banner">
<a href="http://james.apache.org/mpt/index.html" id="bannerLeft">
<img src="images/james-mpt-logo.gif" alt="" />
</a>
<a href="http://www.apache.org/index.html" id="bannerRight">
<img src="images/asf-logo-reduced.gif" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
Last Published: 05/15/2009
</div>
<div class="xright"> <a href="../../index.html">JAMES Project</a>
|
<a href="../../server/index.html">Server</a>
|
<a href="../../mailet/index.html">Mailets</a>
|
<a href="../../jspf/index.html">jSPF</a>
|
<a href="../../mime4j/index.html">Mime4J</a>
|
<a href="../../jsieve/index.html">JSieve</a>
|
<a href="../../postage/index.html">Postage</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>Mail Protocol Tester</h5>
<ul>
<li class="none">
<a href="index.html">Overview</a>
</li>
<li class="none">
<a href="doap_apache-james-mtp.rdf">DOAP</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
<strong>Dependencies</strong>
</li>
<li class="none">
<a href="dependency-convergence.html">Dependency Convergence</a>
</li>
<li class="none">
<a href="dependency-management.html">Dependency Management</a>
</li>
<li class="none">
<a href="issue-tracking.html">Issue Tracking</a>
</li>
<li class="none">
<a href="mail-lists.html">Mailing Lists</a>
</li>
<li class="none">
<a href="plugin-management.html">Plugin Management</a>
</li>
<li class="none">
<a href="license.html">Project License</a>
</li>
<li class="none">
<a href="plugins.html">Project Plugins</a>
</li>
<li class="none">
<a href="project-summary.html">Project Summary</a>
</li>
<li class="none">
<a href="team-list.html">Project Team</a>
</li>
<li class="none">
<a href="source-repository.html">Source Repository</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html">Project Reports</a>
</li>
</ul>
<h5>Mail Protocol Tester</h5>
<ul>
<li class="none">
<a href="../index.html">Overview</a>
</li>
<li class="none">
<a href="../release-notes.html">Release Notes</a>
</li>
<li class="none">
<a href="../main">Main Library</a>
</li>
<li class="none">
<a href="../antlib">AntLib</a>
</li>
<li class="none">
<a href="../app">Application</a>
</li>
</ul>
<h5>The Apache Software Foundation</h5>
<ul>
<li class="none">
<a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
<li class="none">
<a href="http://apache.org/foundation/faq.html">FAQ</a>
</li>
<li class="none">
<a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li class="none">
<a href="http://apache.org/foundation/contributing.html">Donations</a>
</li>
<li class="none">
<a href="http://apache.org/foundation/thanks.html">Thanks</a>
</li>
</ul>
<h5>Downloads</h5>
<ul>
<li class="none">
<a href="../../download.cgi">Stable releases</a>
</li>
<li class="none">
<a href="../../downloadunstable.cgi">Unstable releases</a>
</li>
<li class="none">
<a href="http://people.apache.org/builds/james/nightly/">Nightly builds</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th></tr><tr class="b"><td>commons-logging</td><td>commons-logging</td><td>1.1</td><td>jar</td></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.1</td><td>jar</td></tr></table></div><div class="section"><h3>test</h3><p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th></tr><tr class="a"><td>jmock</td><td><a href="http://www.jmock.org/">jmock</a></td><td>1.1.0</td><td>jar</td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>No transitive dependencies are required for this project.</p></div><div class="section"><h2>Project Dependency Graph</h2><script language="javascript" type="text/javascript">
function toggleDependencyDetail( divId, imgId )
{
var div = document.getElementById( divId );
var img = document.getElementById( imgId );
if( div.style.display == '' )
{
div.style.display = 'none';
img.src='./images/icon_info_sml.gif';
}
else
{
div.style.display = '';
img.src='./images/close.gif';
}
}
</script>
<div class="section"><h3>Dependency Tree</h3><ul><li>org.apache.james:apache-james-mpt-main:jar:0.1-SNAPSHOT <img id="_1632036103" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_488338454', '_1632036103' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_488338454" style="display:none"><table class="bodyTable"><tr class="b"><th>Apache JAMES MPT Main</th></tr><tr class="a"><td><p><b>Description: </b>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the
scritable functional testing of ASCII based line protocols.</p><p><b>URL: </b><a href="http://james.apache.org/mpt/main">http://james.apache.org/mpt/main</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></td></tr></table></div><ul><li>commons-logging:commons-logging:jar:1.1 (compile) <img id="_1258981763" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1835871239', '_1258981763' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1835871239" style="display:none"><table class="bodyTable"><tr class="b"><th>Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</p><p><b>URL: </b>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</p><p><b>Project License: </b><a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>junit:junit:jar:3.8.1 (compile) <img id="_1363883263" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1645782685', '_1363883263' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1645782685" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - junit:junit:jar:3.8.1</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>jmock:jmock:jar:1.1.0 (test) <img id="_292052637" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_600916296', '_292052637' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_600916296" style="display:none"><table class="bodyTable"><tr class="b"><th>jMock</th></tr><tr class="a"><td><p><b>Description: </b>jMock is a library for testing Java code using mock objects</p><p><b>URL: </b><a href="http://www.jmock.org/">http://www.jmock.org/</a></p><p><b>Project License: </b><a href="http://www.jmock.org/license.html">BSD</a></p></td></tr></table></div><ul><li>junit:junit:jar:3.8.1 (test) <img id="_902405386" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_957122810', '_902405386' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_957122810" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - junit:junit:jar:3.8.1</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li></ul></li></ul></li></ul></div></div><div class="section"><h2>Licenses</h2><p><b>BSD: </b>jMock</p><p><b>Unknown: </b>Unnamed - junit:junit:jar:3.8.1</p><p><b>The Apache Software License, Version 2.0: </b>Logging</p><p><b>Apache License, Version 2.0: </b>Apache JAMES MPT Main</p></div><div class="section"><h2>Dependency File Details</h2><table class="bodyTable"><tbody><tr class="b"><th align="left">Filename</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="a"><td align="left">commons-logging-1.1.jar</td><td align="right">51.67 kB</td><td align="right">34</td><td align="right">25</td><td align="right">2</td><td align="center">1.1</td><td align="center">debug</td></tr><tr class="b"><td align="left">jmock-1.1.0.jar</td><td align="right">100.19 kB</td><td align="right">125</td><td align="right">113</td><td align="right">8</td><td align="center">1.4</td><td align="center">debug</td></tr><tr class="a"><td align="left">junit-3.8.1.jar</td><td align="right">118.23 kB</td><td align="right">119</td><td align="right">100</td><td align="right">6</td><td align="center">1.1</td><td align="center">debug</td></tr><tr class="b"><th align="left">Total</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="a"><td align="right">3</td><td align="right">270.10 kB</td><td align="right">278</td><td align="right">238</td><td align="right">16</td><td align="center">1.4</td><td align="right">3</td></tr><tr class="b"><td align="right">compile: 2</td><td align="right">compile: 169.91 kB</td><td align="right">compile: 153</td><td align="right">compile: 125</td><td align="right">compile: 8</td><td align="center">-</td><td align="right">compile: 2</td></tr><tr class="a"><td align="right">test: 1</td><td align="right">test: 100.19 kB</td><td align="right">test: 125</td><td align="right">test: 113</td><td align="right">test: 8</td><td align="center">-</td><td align="right">test: 1</td></tr></tbody></table></div><div class="section"><h2>Dependency Repository Locations</h2><table class="bodyTable"><tbody><tr class="b"><th align="left">Repo ID</th><th align="left">URL</th><th align="center">Release</th><th align="center">Snapshot</th></tr><tr class="a"><td align="left">central</td><td align="left"><a href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td><td align="center">Yes</td><td align="center">-</td></tr><tr class="b"><td align="left">apache.snapshots</td><td align="left"><a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a></td><td align="center">-</td><td align="center">Yes</td></tr><tr class="a"><td align="left">apache.releases</td><td align="left"><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository">http://people.apache.org/repo/m2-ibiblio-rsync-repository</a></td><td align="center">Yes</td><td align="center">-</td></tr></tbody></table><p>Repository locations for each of the Dependencies.</p><table class="bodyTable"><tbody><tr class="b"><th align="left">Artifact</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.releases</th></tr><tr class="a"><td align="left">commons-logging:commons-logging:jar:1.1</td><td align="center"><a href="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="b"><td align="left">jmock:jmock:jar:1.1.0</td><td align="center"><a href="http://repo1.maven.org/maven2/jmock/jmock/1.1.0/jmock-1.1.0.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="a"><td align="left">junit:junit:jar:3.8.1</td><td align="center"><a href="http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="b"><th align="left">Total</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.releases</th></tr><tr class="a"><td align="left">3 (compile: 2, test: 1)</td><td align="center">3</td><td align="center">0</td><td align="center">0</td></tr></tbody></table></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">&#169;
2008-2009
The Apache Software Foundation
</div>
<div class="clear">
<hr/>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1384591-1";
urchinTracker();
</script>
</body>
</html>