Does anyone know repositories where we can download jboss-common-core and all its dependencies. The dependencies are the ones which cant be found.
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.0.4.GA</version>
</dependency>
I have tried http://mvnrepository.com/artifact/jboss/jboss-common-core/2.0.4.GA and https://repository.jboss.org/nexus/content/groups/public/jboss/jboss-common-core/2.0.4.GA/ .