Author: sgoeschl
Date: Fri Jun 13 11:48:56 2008
New Revision: 667619
URL: http://svn.apache.org/viewvc?rev=667619&view=rev
Log:
Fixed broken M2 build
Modified:
turbine/fulcrum/trunk/commonsemail/pom.xml
Modified: turbine/fulcrum/trunk/commonsemail/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/pom.xml?rev=667619&r1=667618&r2=667619&view=diff
==============================================================================
--- turbine/fulcrum/trunk/commonsemail/pom.xml (original)
+++ turbine/fulcrum/trunk/commonsemail/pom.xml Fri Jun 13 11:48:56 2008
@@ -94,13 +94,13 @@
</dependency>
<!-- testing dependencies -->
<dependency>
- <groupId>org.apache.turbine.fulcrum</groupId>
+ <groupId>fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
<version>1.0.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.turbine.fulcrum</groupId>
+ <groupId>fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
<version>1.0.6-SNAPSHOT</version>
<scope>test</scope>