IDEA-201136 Update velocity library to 2.0

This commit is contained in:
peter
2019-01-02 12:59:17 +01:00
parent 42dca8ba9f
commit c1d1037f47
15 changed files with 722 additions and 83 deletions

View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.ClassUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.ClassUtils;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;