summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2022-05-02 20:09:39 +0200
committerGitHub <noreply@github.com>2022-05-02 20:09:39 +0200
commitd63d0be690991fc567c6b1b45987955759c25925 (patch)
treedb319ed801fee06866ad7003ba2986bebf5b292a /http-client
parentea6f91775e837040dc5debad521e446f389ed8ab (diff)
Revert "Export package ai.vespa.hosted.client [run-systemtest]"
Diffstat (limited to 'http-client')
-rw-r--r--http-client/CMakeLists.txt2
-rw-r--r--http-client/pom.xml22
-rw-r--r--http-client/src/main/java/ai/vespa/hosted/client/package-info.java5
3 files changed, 0 insertions, 29 deletions
diff --git a/http-client/CMakeLists.txt b/http-client/CMakeLists.txt
deleted file mode 100644
index 3f5bf469481..00000000000
--- a/http-client/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(http-client)
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 75e9bdc27cb..ebe83a80903 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -11,7 +11,6 @@
<version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <packaging>container-plugin</packaging>
<artifactId>http-client</artifactId>
<description>HTTP client wrapper around an Apache http client 5</description>
@@ -25,12 +24,6 @@
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>annotations</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>container-apache-http-client-bundle</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -66,20 +59,5 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
</project>
diff --git a/http-client/src/main/java/ai/vespa/hosted/client/package-info.java b/http-client/src/main/java/ai/vespa/hosted/client/package-info.java
deleted file mode 100644
index bfabf9ade4f..00000000000
--- a/http-client/src/main/java/ai/vespa/hosted/client/package-info.java
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-@ExportPackage
-package ai.vespa.hosted.client;
-
-import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file