Remove language level specification from warppi-core pom.xml

The language level is specified in the root pom.xml file, and there's no
need to override it here.
This commit is contained in:
Riccardo Azzolini 2019-08-12 17:05:01 +02:00
parent 082f694b1b
commit fc119efedc
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>