summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-12 22:27:53 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-12 22:27:53 +0200
commitbac76425602076eec4c21d79bed9b583e6ae4b4e (patch)
tree83bd0aa7d097d7373cdc3fd7eeaf80fda6d921d0 /jdisc_core/pom.xml
parentd02daee3cd8317637160c586a7f28fe8b0d1f7d4 (diff)
This adds a 60 seconds watchdog aroung the init and start calls of the BootstrapDaemon.
If the calls does not complete in 60 seconds we dump the stack.
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 6227600f24c..bc6240919e9 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -120,6 +120,12 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<!-- This seems odd. Used for export-package parsing. Lazy stuff. Should be separated out. -->
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>