User: amartinwest
Date: 05/12/31 10:42:37
Modified: andromda-database pom.xml
Log:
Add metafacades dependency
Revision Changes Path
1.2 +7 -0 cartridges/andromda-database/pom.xml
Index: pom.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-database/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- pom.xml 19 Dec 2005 05:14:09 -0000 1.1
+++ pom.xml 31 Dec 2005 18:42:36 -0000 1.2
@@ -22,6 +22,13 @@
<artifactId>andromda-meta-cartridge</artifactId>
<version>3.2-RC1-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.andromda.metafacades</groupId>
+ <artifactId>andromda-metafacades-uml</artifactId>
+ <version>3.2-RC1-SNAPSHOT</version>
+ <type>xml.zip</type>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
</plugin>
<plugin>
|