From: Eric C. <ecr...@us...> - 2006-09-17 17:43:47
|
User: ecrutchfield Date: 06/09/17 10:43:45 Modified: andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2 pom.xml.vsl Log: remove unnecessary dependencies... they're covered in mda/pom.xml Revision Changes Path 1.4 +0 -54 plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/pom.xml.vsl Index: pom.xml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/pom.xml.vsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml.vsl 4 Aug 2006 22:42:11 -0000 1.3 +++ pom.xml.vsl 17 Sep 2006 17:43:45 -0000 1.4 @@ -42,60 +42,6 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.andromda.profiles.uml14</groupId> - <artifactId>andromda-profile</artifactId> - <version>$andromdaVersion</version> - <type>xml.zip</type> - <scope>runtime</scope> - </dependency> - <!-- Specify and configure our cartridges --> - <dependency> - <groupId>org.andromda.cartridges</groupId> - <artifactId>andromda-cs-cartridge</artifactId> - <version>$andromdapluginsVersion</version> - <type>jar</type> - </dependency> -#if ($web) - <dependency> - <groupId>org.andromda.cartridges</groupId> - <artifactId>andromda-aspdotnet-cartridge</artifactId> - <version>$andromdapluginsVersion</version> - <type>jar</type> - </dependency> -#end -#if ($nspring) - <dependency> - <groupId>org.andromda.cartridges</groupId> - <artifactId>andromda-nspring-cartridge</artifactId> - <version>$andromdapluginsVersion</version> - <type>jar</type> - </dependency> - <dependency> - <groupId>org.andromda.translationlibraries</groupId> - <artifactId>andromda-ocl-translation-core</artifactId> - <version>$andromdaVersion</version> - </dependency> - <dependency> - <groupId>org.andromda.translationlibraries</groupId> - <artifactId>andromda-ocl-validation-library</artifactId> - <version>$andromdaVersion</version> - </dependency> - <dependency> - <groupId>org.andromda.translationlibraries</groupId> - <artifactId>andromda-ocl-query-library</artifactId> - <version>$andromdaVersion</version> - <type>jar</type> - </dependency> -#end -#if ($nhibernate) - <dependency> - <groupId>org.andromda.cartridges</groupId> - <artifactId>andromda-nhibernate-cartridge</artifactId> - <version>$andromdapluginsVersion</version> - <type>jar</type> - </dependency> -#end - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> |