svn commit: r743110 - /lenya/trunk/org.apache.lenya.module.simplesite/pom.xml
[email protected] Tue, 10 Feb 2009 21:32:19 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Tue Feb 10 21:32:18 2009
New Revision: 743110
URL: http://svn.apache.org/viewvc?rev=743110&view=rev
Log:
Adding missing test dependency.
Modified:
lenya/trunk/org.apache.lenya.module.simplesite/pom.xml
Modified: lenya/trunk/org.apache.lenya.module.simplesite/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.module.simplesite/pom.xml?rev=743110&r1=743109&r2=743110&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.module.simplesite/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.module.simplesite/pom.xml Tue Feb 10 21:32:18 2009
@@ -54,6 +54,12 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.lenya</groupId>
+ <artifactId>lenya-core-api</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>