summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2016-06-21 15:03:03 +0200
committergjoranv <gv@yahoo-inc.com>2016-06-21 15:05:49 +0200
commit9ae1a720ecfe93eb62cc778f8a9259a98c6d8d2e (patch)
tree6b3a371a602aea0738c852c9e640cb44d635407a /container-core/pom.xml
parent442264894438a0c3dab500f1b1cb4a0596f9cca0 (diff)
Bundle vespajlib into container-disc again.
- after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 650c5e87074..e9b2d18628d 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -144,7 +144,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>