Remove maven-api dependencies on swagger-codegen module (#4840)

* Remove maven-api dependencies

* Use org.apache.commons.lang3.StringUtils
This commit is contained in:
Oliver Trosien
2017-03-02 11:05:21 +01:00
committed by wing328
parent 1b1767e489
commit 55b64fcbfd
2 changed files with 1 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import io.swagger.models.properties.Property;
import io.swagger.models.properties.RefProperty;
import io.swagger.models.properties.StringProperty;
import org.codehaus.plexus.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;