Hi all,
<div><br></div><div>I&#39;m working on a project that wasn&#39;t build with Maven, and now we are migrating it to Maven. We need some classes that are located in the org.jboss.web.tomcat.security package. There are in the jbossweb-service.jar file. But we can&#39;t find this artifact in the Maven repository. The only way we managed to make it work is by : </div>
<div><br></div><div><pre>&lt;dependency&gt;
    &lt;groupId&gt;jboss&lt;/groupId&gt;
    &lt;artifactId&gt;jbossweb-service&lt;/artifactId&gt;
    &lt;version&gt;${jboss.version}&lt;/version&gt;
    &lt;scope&gt;system&lt;/scope&gt;
    &lt;systemPath&gt;${basedir}/lib/jbossweb-service.jar&lt;/systemPath&gt;
&lt;/dependency&gt;
</pre><pre><span class="Apple-style-span" style="font-family: arial; white-space: normal; "><div>But we can&#39;t find it in the JBoss Maven repository (we&#39;ve found an entry in MvnBrowser web site but  <a href="http://www.mvnbrowser.com/artifact-details.html?groupId=jboss&amp;artifactId=jbossweb-service">http://www.mvnbrowser.com/artifact-details.html?groupId=jboss&amp;artifactId=jbossweb-service</a>)</div>
<div><br></div><div>Any idea ?</div><div>Thanks,</div><div>Antonio</div><div><br></div></span></pre></div>