[Ejtools-cvs] applications/jndi.browser project.xml,1.5,1.6
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-15 20:38:52
|
Update of /cvsroot/ejtools/applications/jndi.browser In directory sc8-pr-cvs1:/tmp/cvs-serv19683/jndi.browser Modified Files: project.xml Log Message: Fix dependencies. Index: project.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 13 Dec 2003 22:29:06 -0000 1.5 --- project.xml 15 Dec 2003 20:38:49 -0000 1.6 *************** *** 21,24 **** --- 21,28 ---- <dependencies> <dependency> + <id>ejb</id> + <version>2.1</version> + </dependency> + <dependency> <id>log4j</id> <version>1.2.8</version> *************** *** 34,37 **** --- 38,45 ---- </dependency> <dependency> + <id>servletapi</id> + <version>2.3</version> + </dependency> + <dependency> <id>struts</id> <version>1.0.2</version> *************** *** 112,117 **** <id>sun</id> <groupId>sun</groupId> ! <artifactId>j2ee</artifactId> ! <version>1.3.1</version> </dependency> <dependency> --- 120,125 ---- <id>sun</id> <groupId>sun</groupId> ! <artifactId>mailapi</artifactId> ! <version>1.3</version> </dependency> <dependency> |