Hi all,
<dependency>
<groupId>jboss</groupId>
<artifactId>jbossweb-service</artifactId>
<version>${jboss.version}</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jbossweb-service.jar</systemPath>
</dependency>
But we can't find it in the JBoss Maven repository (we've found an entry in MvnBrowser web site but http://www.mvnbrowser.com/artifact-details.html?groupId=jboss&artifactId=jbossweb-service)
Any idea ?Thanks,Antonio