I think <type>pom</type> is missing in pom files, isn't it ?.
<!-- EJB client JAR - alt2 -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>${jbossas-version}</version>
<scope>compile</scope>
<type>pom</type>
</dependency>