[spring-extensions] branch master updated: Add optional Velocity dependency.

Scott Cantor cantor.2 at osu.edu
Tue Oct 23 16:20:37 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=e226d46c60985e3aeb376c780d4ac85d1956dc82

The following commit(s) were added to refs/heads/master by this push:
       new  e226d46   Add optional Velocity dependency.
e226d46 is described below

commit e226d46c60985e3aeb376c780d4ac85d1956dc82
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 23 16:20:35 2018 -0400

    Add optional Velocity dependency.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index be89dcd..6ad01bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,12 @@
             <optional>true</optional>
         </dependency>
         <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <!-- Required if you're using classes from the velocity package -->
+            <optional>true</optional>
+        </dependency>
+        <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list