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

@ -224,16 +224,6 @@
<artifactId>commons-io</artifactId>
<version>${commons-io-version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix-version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>

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;