[java-parent-project] branch master updated: JPAR-128 - Upgrade Velocity to 2.0

Scott Cantor cantor.2 at osu.edu
Wed Jan 23 12:15:00 EST 2019


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

scantor pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d46c061d79ce89ed77a8fcf9c46661cf1e55aba8

The following commit(s) were added to refs/heads/master by this push:
       new  d46c061   JPAR-128 - Upgrade Velocity to 2.0
d46c061 is described below

commit d46c061d79ce89ed77a8fcf9c46661cf1e55aba8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 23 12:14:57 2019 -0500

    JPAR-128 - Upgrade Velocity to 2.0
    
    https://issues.shibboleth.net/jira/browse/JPAR-128
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index a57874c..9328eb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
         <spring.version>5.1.4.RELEASE</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
-        <velocity.version>1.7</velocity.version>
+        <velocity.version>2.0</velocity.version>
         <xmlsec.version>2.1.2</xmlsec.version>
         <xmlunit.version>2.5.1</xmlunit.version>
 
@@ -360,14 +360,8 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>
-                <artifactId>velocity</artifactId>
+                <artifactId>velocity-engine-core</artifactId>
                 <version>${velocity.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>oro</groupId>
-                        <artifactId>oro</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.santuario</groupId>

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


More information about the commits mailing list