File pom.patch of Package plexus-velocity
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -37,6 +37,7 @@ limitations under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
+ <version>1.0-alpha-8</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
@@ -44,7 +45,7 @@ limitations under the License.
<version>3.1</version>
</dependency>
<dependency>
- <groupId>velocity</groupId>
+ <groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>