Author: linus Date: 2012-01-09 11:17:05-0800 New Revision: 19867 Modified: trunk/src/argouml-app/pom.xml
Log: Added saxon9 inte the maven world. Modified: trunk/src/argouml-app/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/pom.xml?view=diff&pathrev=19867&r1=19866&r2=19867 ============================================================================== --- trunk/src/argouml-app/pom.xml (original) +++ trunk/src/argouml-app/pom.xml 2012-01-09 11:17:05-0800 @@ -159,6 +159,14 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>net.sourceforge.saxon</groupId> + <artifactId>saxon</artifactId> + <version>9.1.0.8</version> + <type>jar</type> + <scope>runtime</scope> + </dependency> + <!-- Other test stuff --> <dependency> <groupId>easymock</groupId> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2907360 To unsubscribe from this discussion, e-mail: [[email protected]].
