mirror of https://github.com/apache/activemq.git
Merge pull request #414 from jbonofre/AMQ-7252
[AMQ-7252] Upgrade to Velocity 2.1
This commit is contained in:
commit
0829c3efd8
|
@ -125,7 +125,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<artifactId>velocity-engine-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
<include>com.thoughtworks.xstream:xstream</include>
|
||||
<include>xpp3:xpp3</include>
|
||||
<include>org.codehaus.jettison:jettison</include>
|
||||
<include>org.apache.velocity:velocity</include>
|
||||
<include>org.apache.velocity:velocity-engine-core</include>
|
||||
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.josql</include>
|
||||
<include>org.jasypt:jasypt</include>
|
||||
<include>org.jasypt:jasypt-spring31</include>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -122,7 +122,7 @@
|
|||
<spring-version>4.3.24.RELEASE</spring-version>
|
||||
<stax2-api-version>3.0.2</stax2-api-version>
|
||||
<taglibs-version>1.2.5</taglibs-version>
|
||||
<velocity-version>1.7</velocity-version>
|
||||
<velocity-version>2.1</velocity-version>
|
||||
<woodstox-core-asl-version>4.2.0</woodstox-core-asl-version>
|
||||
<xalan-version>2.7.2</xalan-version>
|
||||
<xmlbeans-version>2.6.0</xmlbeans-version>
|
||||
|
@ -1137,7 +1137,7 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<artifactId>velocity-engine-core</artifactId>
|
||||
<version>${velocity-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue