Skip to content

Commit

Permalink
add velocity dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed May 23, 2016
1 parent e35eb00 commit b4544e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file added lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file added lib/commons-lang-2.4.jar
Binary file not shown.
Binary file added lib/velocity-1.7.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -16,6 +16,11 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>google</groupId>
<artifactId>gdata-core</artifactId>
Expand Down

0 comments on commit b4544e9

Please sign in to comment.