Skip to content

Commit

Permalink
Clean up plugin configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Apr 8, 2021
1 parent 74806ab commit 72e0a4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
Expand All @@ -164,10 +160,6 @@
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>findbugs:.*</exclude>
</excludes>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 72e0a4b

Please sign in to comment.