summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 23:44:59 +0200
committergjoranv <gv@verizonmedia.com>2021-04-02 23:44:59 +0200
commitc23936c08384e74f0c2fa7f364396eb65d570d0c (patch)
tree44c74e4881a10b4f55fe3da14de81fa972d610e6 /container-disc
parentf58eab8f0e73901420c00912c8483387817a7b9f (diff)
Package component and container-core as jar, not container-plugin.
- component is now embedded in container-disc, and container-core always was.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index a78657b7f09..45ee87b4b3f 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -56,7 +56,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>component</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>