aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-feed-client/pom.xml')
-rw-r--r--vespa-feed-client/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/vespa-feed-client/pom.xml b/vespa-feed-client/pom.xml
index 19130b52268..feef54ae589 100644
--- a/vespa-feed-client/pom.xml
+++ b/vespa-feed-client/pom.xml
@@ -25,11 +25,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-http-client-transport</artifactId>
<scope>compile</scope>
@@ -80,21 +75,6 @@
<showDeprecation>true</showDeprecation>
</configuration>
</execution>
- <execution>
- <id>compile-java-9</id>
- <phase>compile</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- <configuration>
- <release>9</release>
- <compileSourceRoots>
- <compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot>
- </compileSourceRoots>
- <outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
- <showDeprecation>true</showDeprecation>
- </configuration>
- </execution>
</executions>
</plugin>
<plugin>