summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-04-10 09:49:55 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-04-10 09:49:55 +0200
commit27317a01704b3e96361dfea6d9f6837f04a43bfb (patch)
tree1b69129c8329a3a4620b49f85cdbf9d943cde5dd /vespa-http-client
parente7e77f6df20956d04bb5d4dccff890d96bd2616d (diff)
Remove duplicate declaration
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml17
1 files changed, 5 insertions, 12 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 6ee3d56673d..a33c7f15bf7 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -117,6 +117,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <jdkToolchain>
+ <version>${java.version}</version>
+ </jdkToolchain>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
@@ -157,18 +162,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
- <configuration>
- <jdkToolchain>
- <version>${java.version}</version>
- </jdkToolchain>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
</plugins>
</build>
</project>