summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-12 11:02:12 +0200
committergjoranv <gv@yahooinc.com>2023-07-12 11:02:12 +0200
commit39a774d8f35d8235341023954b413fd1930c73ec (patch)
tree71b02618323b54a788f252d9a8f33e5dc94f9f7c /container
parent5df78771f0ff297c7d83eaaaa71df067896d5520 (diff)
Do not provide vespaclient-container-plugin
- It has no PublicApi, and no known user bundles import its two exported packages.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 3d4fab05091..f86f1fc3625 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -44,25 +44,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespaclient-container-plugin</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespaclient-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
<build>