mirror of https://github.com/qos-ch/slf4j
parent
7371d14010
commit
d6e34cd57c
3
pom.xml
3
pom.xml
|
|
@ -82,7 +82,6 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
|
|
@ -133,7 +132,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>3.3</version>
|
||||
<configuration>
|
||||
<source>${required.jdk.version}</source>
|
||||
<target>${required.jdk.version}</target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue