<div>I went ahead and deployed the jaxen 1.1.3 artifact that was missing. </div><div><br></div><div>Unfortunately, there are a few downsteam artifacts that still can't be found, so you'll need to exclude them.</div>
<div><br></div><div>To include jdom 1.1.2 as a dependency in your maven project, just add:</div><div><div><span class="Apple-tab-span" style="white-space:pre">     </span><dependency></div><div><span class="Apple-tab-span" style="white-space:pre">   </span>   <groupId>org.jdom</groupId></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>   <artifactId>jdom</artifactId></div><div>           <version>1.1.2</version></div><div><span class="Apple-tab-span" style="white-space:pre">   </span>   <scope>compile</scope></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>   <exclusions></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>     <exclusion></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>       <groupId>maven-plugins</groupId></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>       <artifactId>maven-cobertura-plugin</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">   </span>     </exclusion></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>     <exclusion></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>       <groupId>maven-plugins</groupId></div><div>
<span class="Apple-tab-span" style="white-space:pre"> </span>       <artifactId>maven-findbugs-plugin</artifactId></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>     </exclusion></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>   </exclusions></div><div><span class="Apple-tab-span" style="white-space:pre">       </span></dependency></div></div><div><br></div><div>I reworked the downstream project file, so this should be fixed in the next version.</div>
<div><br></div><div>Cheers!</div><div><br></div><div>Don</div>