aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-12-09 13:22:32 +0000
committerClaude Brisson <cbrisson@apache.org>2016-12-09 13:22:32 +0000
commit1378c73f880294a953405e8c343e0ea54e7eb3a3 (patch)
tree0a9cd0b2f6db901727fc703c516f181168fe3939 /src
parent43448c9973225b3ad3c1be39db54e5d0561bb9e3 (diff)
downloadapache-velocity-engine-1378c73f880294a953405e8c343e0ea54e7eb3a3.tar.gz
[engine] Remove shading of commons-lang3. Remove all references to ExtendedProperties, and dependency towards commons-collections.
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1773379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9a9dd80..939be630 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -137,7 +137,6 @@
<action type="add" dev="cbrisson" issue="VELOCITY-793">
The ResourceLoader API now provides a Reader rather than an InputStream.
- The InputStream getter method has been deprecated.
Also fixes VELOCITY-599.
</action>
@@ -213,10 +212,6 @@
Add SLF4J logging option
</action>
- <action type="add" dev="apetrelli" issue="VELOCITY-789">
- Shading of Commons Lang and Commons Collections
- </action>
-
<action type="add" dev="apetrelli">
Use Maven 2 as build system
</action>