forked from loafle/openapi-generator-original
Merge pull request #1205 from wing328/SLF4J_warning
update pom.xml to remove warning
This commit is contained in:
commit
d21c6f2b45
@ -312,6 +312,11 @@
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>${slf4j-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
|
2
pom.xml
2
pom.xml
@ -525,7 +525,7 @@
|
||||
<junit-version>4.8.1</junit-version>
|
||||
<maven-plugin-version>1.0.0</maven-plugin-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>
|
||||
<jmustache-version>1.9</jmustache-version>
|
||||
<testng-version>6.9.6</testng-version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user