[jboss-cvs] repository.jboss.com/maven2/jboss/jbossretro/1.0.4.GA ...
Paul Gier
pgier at redhat.com
Wed Jan 31 14:34:21 EST 2007
User: pgier
Date: 07/01/31 14:34:21
Modified: maven2/jboss/jbossretro/1.0.4.GA jbossretro-1.0.4.GA.pom
Log:
Adding required dependencies to the jbossretro pom
Revision Changes Path
1.2 +18 -1 repository.jboss.com/maven2/jboss/jbossretro/1.0.4.GA/jbossretro-1.0.4.GA.pom
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jbossretro-1.0.4.GA.pom
===================================================================
RCS file: /cvsroot/jboss/repository.jboss.com/maven2/jboss/jbossretro/1.0.4.GA/jbossretro-1.0.4.GA.pom,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- jbossretro-1.0.4.GA.pom 31 Jan 2007 17:40:50 -0000 1.1
+++ jbossretro-1.0.4.GA.pom 31 Jan 2007 19:34:21 -0000 1.2
@@ -3,7 +3,24 @@
<groupId>jboss</groupId>
<artifactId>jbossretro</artifactId>
<version>1.0.4.GA</version>
- <description>POM was created from install:install-file</description>
+ <description>Ant Task for generating jdk 1.4 compatible code</description>
+ <dependencies>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-backport-concurrent</artifactId>
+ <version>2.1.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.4.ga</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ </dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
More information about the jboss-cvs-commits
mailing list