summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:30:58 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:30:58 +0200
commit5cc784a7338c8bde6bf1415b63f62cb0bd2e7dd3 (patch)
tree68bd6ffedd0244d48566ebbe6454df2c2f693981
parent9231e00477132a8945f50e83637f4861ec4b9f3f (diff)
Make http-client a bundle
-rw-r--r--hosted-zone-api/pom.xml1
-rw-r--r--http-client/pom.xml1
-rw-r--r--orchestrator/pom.xml6
3 files changed, 1 insertions, 7 deletions
diff --git a/hosted-zone-api/pom.xml b/hosted-zone-api/pom.xml
index e061ff18082..ea3b035618b 100644
--- a/hosted-zone-api/pom.xml
+++ b/hosted-zone-api/pom.xml
@@ -10,7 +10,6 @@
</parent>
<artifactId>hosted-zone-api</artifactId>
<packaging>container-plugin</packaging>
- <version>7-SNAPSHOT</version>
<dependencies>
<!-- provided -->
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 5a9a2f81f63..69172400ce8 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -11,6 +11,7 @@
<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>
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 1ac1bf6ec22..12d87f6bc07 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -117,12 +117,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <!-- Provided by the configserver bundle -->
- <groupId>org.glassfish.jersey.ext</groupId>
- <artifactId>jersey-proxy-client</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson2.version}</version>