From: Chad B. <cwb...@us...> - 2007-06-29 15:17:11
|
User: cwbrandon Date: 07/06/29 08:17:10 Modified: andromda-jsf2 pom.xml Log: remove unneeded dependencies Revision Changes Path 1.6 +0 -13 cartridges/andromda-jsf2/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- pom.xml 21 Feb 2007 10:11:42 -0000 1.5 +++ pom.xml 29 Jun 2007 15:17:10 -0000 1.6 @@ -18,19 +18,6 @@ <artifactId>${pom.artifactId}-components</artifactId> <version>${pom.version}</version> </dependency> - <dependency> - <groupId>org.andromda.cartridges</groupId> - <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.andromda.profiles.uml14</groupId> - <artifactId>andromda-profile</artifactId> - <version>3.2</version> - <type>xml.zip</type> - <scope>runtime</scope> - </dependency> </dependencies> <build> <plugins> |