Assembla home | Assembla project page
 
Show
Ignore:
Timestamp:
08/20/08 19:47:16 (3 months ago)
Author:
restamon
Message:

Simple Velocity service

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core/trunk/pom.xml

    r86 r162  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <project 
    3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
    4   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
     2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    53  <modelVersion>4.0.0</modelVersion> 
    64  <groupId>org.restafarian</groupId> 
     
    240238      <scope>test</scope> 
    241239    </dependency> 
     240    <dependency> 
     241      <groupId>org.apache.velocity</groupId> 
     242      <artifactId>velocity</artifactId> 
     243      <version>1.5</version> 
     244    </dependency> 
    242245  </dependencies> 
    243246