summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-02 16:01:42 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:25 +0200
commit6e61c9bfaa7742334acbdbb817502644e075b35e (patch)
tree60e62b42c3ebaa3e393376fcfd54180c8e479aa1 /orchestrator
parenta48e9408aa0d3fbae84bc38428482034fd70acd6 (diff)
Remove jersey related dependencies from parent poms and enforcers.
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 12d87f6bc07..3d9c45c9ff6 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -17,24 +17,6 @@
<name>${project.artifactId}</name>
<dependencies>
<dependency>
- <!-- Provided by the configserver bundle -->
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-json-provider</artifactId>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <!-- Conflicts with javax.activation:javax.activation-api:1.2.0, which is "exported" via jdisc_core. -->
- <groupId>jakarta.activation</groupId>
- <artifactId>jakarta.activation-api</artifactId>
- </exclusion>
- <exclusion>
- <!-- Conflicts with javax.xml.bind:jaxb-api:2.3, which is "exported" via jdisc_core.-->
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>
<version>${project.version}</version>