summaryrefslogtreecommitdiffstats
path: root/container-search-gui/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-13 11:54:39 +0200
committergjoranv <gv@verizonmedia.com>2022-07-13 11:54:39 +0200
commitb1c741e102711830fa2fe0caa4908b76274aa9b2 (patch)
tree86d8af7039f96c4344fe0ba704c92fd1d0ab3235 /container-search-gui/pom.xml
parent3ad0117c5ec96bb3d32495a222409df074cfd7d9 (diff)
Remove all dependencies to yolean
Diffstat (limited to 'container-search-gui/pom.xml')
-rw-r--r--container-search-gui/pom.xml32
1 files changed, 1 insertions, 31 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
index d0c6706189d..74a854ce4a3 100644
--- a/container-search-gui/pom.xml
+++ b/container-search-gui/pom.xml
@@ -16,43 +16,13 @@
<version>8-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>yolean</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>jdisc_core</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>container-core</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-search-and-docproc</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>configdefinitions</artifactId>
+ <artifactId>container-dev</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
-
<plugins>
<!-- TODO: alternative solution. For now, don't call out during build.
<plugin>