Revert "IDEA-201136 Update velocity library to 2.0"

it's too troublesome and has no clear benefits for now
we can return to this when we have more convincing reasons to upgrade than just "it's too old"
This commit is contained in:
peter
2019-01-14 22:16:43 +01:00
parent 9528bff51a
commit 506f7989e0
16 changed files with 85 additions and 740 deletions

View File

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