fix commons-lang shading

git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1145120 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 86e16e6..eaec989 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -51,11 +51,13 @@
                                 <filter>
                                     <artifact>commons-lang:commons-lang</artifact>
                                     <includes>
-                                        <include>org/apache/commons/lang/Entities*</include>
-                                        <include>org/apache/commons/lang/StringEscapeUtils*</include>
-                                        <include>org/apache/commons/lang/StringUtils*</include>
-                                        <include>org/apache/commons/lang/UnhandledException*</include>
-                                        <include>org/apache/commons/lang/exception/NestableRuntimeException*</include>
+                                        <include>org/apache/commons/lang/Entities*.class</include>
+                                        <include>org/apache/commons/lang/IntHashMap*.class</include>
+                                        <include>org/apache/commons/lang/StringEscapeUtils.class</include>
+                                        <include>org/apache/commons/lang/StringUtils.class</include>
+                                        <include>org/apache/commons/lang/UnhandledException.class</include>
+                                        <include>org/apache/commons/lang/exception/Nestable.class</include>
+                                        <include>org/apache/commons/lang/exception/NestableRuntimeException.class</include>
                                     </includes>
                                 </filter>
                             </filters>
@@ -144,4 +146,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>