svn commit: r1027502 - /lenya/trunk/org.apache.lenya.parent/pom.xml
[email protected] Tue, 26 Oct 2010 12:26:04 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: florent
Date: Tue Oct 26 12:26:03 2010
New Revision: 1027502
URL: http://svn.apache.org/viewvc?rev=1027502&view=rev
Log:
- add a dependency to core util and spring mock
Modified:
lenya/trunk/org.apache.lenya.parent/pom.xml
Modified: lenya/trunk/org.apache.lenya.parent/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.parent/pom.xml?rev=1027502&r1=1027501&r2=1027502&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.parent/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.parent/pom.xml Tue Oct 26 12:26:03 2010
@@ -427,6 +427,11 @@
<version>${spring.version}</version>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-mock</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
@@ -664,6 +669,11 @@
<artifactId>lenya-core-properties</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.lenya</groupId>
+ <artifactId>lenya-core-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Modules -->
<dependency>