[jboss-user] [JBossCache] - Re: Could a recent version be uploaded to the maven2 reposit
fabrefactor
do-not-reply at jboss.com
Wed Jan 24 18:06:12 EST 2007
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
More information about the jboss-user
mailing list