forked from loafle/openapi-generator-original
update pom.xml to get rid of the warning
This commit is contained in:
parent
1bac705876
commit
d37cf6595a
@ -312,6 +312,11 @@
|
|||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>${slf4j-version}</version>
|
<version>${slf4j-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-simple</artifactId>
|
||||||
|
<version>${slf4j-version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -525,7 +525,7 @@
|
|||||||
<junit-version>4.8.1</junit-version>
|
<junit-version>4.8.1</junit-version>
|
||||||
<maven-plugin-version>1.0.0</maven-plugin-version>
|
<maven-plugin-version>1.0.0</maven-plugin-version>
|
||||||
<commons-lang-version>2.4</commons-lang-version>
|
<commons-lang-version>2.4</commons-lang-version>
|
||||||
<slf4j-version>1.6.3</slf4j-version>
|
<slf4j-version>1.7.12</slf4j-version>
|
||||||
<scala-maven-plugin-version>3.2.1</scala-maven-plugin-version>
|
<scala-maven-plugin-version>3.2.1</scala-maven-plugin-version>
|
||||||
<jmustache-version>1.9</jmustache-version>
|
<jmustache-version>1.9</jmustache-version>
|
||||||
<testng-version>6.9.6</testng-version>
|
<testng-version>6.9.6</testng-version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user