Skip to content

Commit a0db81f

Browse files
committed
maven: update maven plugins
Update only plugins, no dependancies were touched. Some of the plugins stayed untouched due to targeting java 8.
1 parent 32e2907 commit a0db81f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@
476476
<configuration>
477477
<source>${java.version}</source>
478478
<target>${java.version}</target>
479-
<optimize>true</optimize>
480479
<showDeprecation>true</showDeprecation>
481480
<showWarnings>true</showWarnings>
482481
<!--
@@ -546,7 +545,6 @@
546545
</additionalJOptions>
547546
<detectJavaApiLink>true</detectJavaApiLink>
548547
<links>
549-
<link>https://javadoc.io/doc/javax/javaee-api/8.0/</link>
550548
<link>https://google.github.io/guava/releases/19.0/api/docs/</link>
551549
<link>http://netty.io/4.0/api/</link>
552550
<link>http://www.joda.org/joda-time/apidocs/</link>

0 commit comments

Comments
 (0)