Skip to content

Commit

Permalink
PHOENIX-5968 Undeclared org.apache.commons.lang dependency (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Jun 20, 2020
1 parent d48e362 commit e41fc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.apache.phoenix.end2end;

import com.google.common.collect.Maps;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.Admin;
Expand Down

0 comments on commit e41fc51

Please sign in to comment.