svn commit: r19894 - trunk/src/argouml-core-model/pom.xml
[email protected] Thu, 19 Jul 2012 07:20:52 -0700 (PDT)
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2012-07-19 07:20:52-0700
New Revision: 19894
Modified:
trunk/src/argouml-core-model/pom.xml
Log:
Updated to run the tests and use version 0.34 of argouml-mdr to do so.'
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=19894&r1=19893&r2=19894
==============================================================================
--- trunk/src/argouml-core-model/pom.xml (original)
+++ trunk/src/argouml-core-model/pom.xml 2012-07-19 07:20:52-0700
@@ -21,34 +21,23 @@
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
</properties>
- <build>
- <!-- This disables the tests that currently require
- something that will cause a circular reference.
- -->
- <testSourceDirectory>${project.basedir}/dont-run-the-tests</testSourceDirectory>
- <testResources>
- <testResource>
- <directory>${project.basedir}/dont-run-the-tests</directory>
- </testResource>
- </testResources>
- </build>
-
<dependencies>
- <!-- This is the circular reference for the tests.
<dependency>
<groupId>org.argouml</groupId>
<artifactId>argouml-mdr</artifactId>
- <version>0.32</version>
+ <!-- This needs to be an "old" version of the lib, otherwise
+ there is a circular reference.
+ -->
+ <version>0.34</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
- -->
<dependency>
<groupId>org.argouml</groupId>
<artifactId>java-interfaces</artifactId>
- <version>0.32</version>
+ <version>0.34</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2991752
To unsubscribe from this discussion, e-mail: [[email protected]].