Changeset 162 for core/trunk/pom.xml
- Timestamp:
- 08/20/08 19:47:16 (3 months ago)
- Files:
-
- core/trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core/trunk/pom.xml
r86 r162 1 1 <?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"> 5 3 <modelVersion>4.0.0</modelVersion> 6 4 <groupId>org.restafarian</groupId> … … 240 238 <scope>test</scope> 241 239 </dependency> 240 <dependency> 241 <groupId>org.apache.velocity</groupId> 242 <artifactId>velocity</artifactId> 243 <version>1.5</version> 244 </dependency> 242 245 </dependencies> 243 246