Author: linus
Date: 2010-07-16 22:21:30-0700
New Revision: 18522

Modified:
   trunk/src/argouml-core-model/pom.xml

Log:
Added dependencies for running the tests.

Modified: trunk/src/argouml-core-model/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/pom.xml?view=diff&pathrev=18522&r1=18521&r2=18522
==============================================================================
--- trunk/src/argouml-core-model/pom.xml        (original)
+++ trunk/src/argouml-core-model/pom.xml        2010-07-16 22:21:30-0700
@@ -17,4 +17,79 @@
 
   <artifactId>argouml-core-model</artifactId>
 
+  <dependencies>
+    <dependency>
+      <groupId>jmi</groupId>
+      <artifactId>jmi</artifactId>
+      <version>1.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>jmi</groupId>
+      <artifactId>mof</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>java-interfaces</artifactId>
+      <version>0.30.0</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>jmiutils</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>mdrapi</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>nbmdr</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>openide-util</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-mdr</artifactId>
+      <version>0.31.2</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+
 </project>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2634332

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to