Niels: I, too, would like to see this sent to central (repo1.maven.org).
In it's absence, I'll note the following POM works for us and JBC 1.4.0.SP1: | <project> | <modelVersion>4.0.0</modelVersion> | <groupId>jboss</groupId> | <artifactId>jboss-cache</artifactId> | <version>1.4.0.SP1</version> | <dependencies> | <dependency> | <groupId>jboss</groupId> | <artifactId>jboss-system</artifactId> | <version>4.0.3</version> | </dependency> | <dependency> | <groupId>jboss</groupId> | <artifactId>jboss-jmx</artifactId> | <version>4.0.3</version> | </dependency> | <dependency> | <groupId>jboss</groupId> | <artifactId>jboss-common</artifactId> | <version>4.0.3</version> | </dependency> | <dependency> | <groupId>jboss</groupId> | <artifactId>jboss-minimal</artifactId> | <version>4.0.3</version> | </dependency> | <dependency> | <groupId>concurrent</groupId> | <artifactId>concurrent</artifactId> | <version>1.3.4</version> | </dependency> | <dependency> | <groupId>jgroups</groupId> | <artifactId>jgroups-all</artifactId> | <version>2.2.9.2</version> | </dependency> | </dependencies> | </project> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006071#4006071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006071 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
