JBoss as client 5.1.0.GA repository missing
问题 Just recently I was creating new maven project on new computer and it seams that the dependency for jboss as client isn't available anymore: <dependency> <groupId>org.jboss.jbossas</groupId> <artifactId>jboss-as-client</artifactId> <version>5.1.0.GA</version> <type>pom</type> <scope>provided</scope> </dependency> And the repository resource is: <repositories> <repository> <id>jboss-maven2</id> <url>http://repository.jboss.com/maven2</url> </repository> </repositories> Is there any new