summaryrefslogtreecommitdiffstats
path: root/config-lib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-12-01 12:15:05 +0100
committerJon Bratseth <bratseth@gmail.com>2020-12-01 12:15:05 +0100
commitb8c148b381ac33f22af00feefc8b49282cc7305f (patch)
tree88c1c2fc060b9fc00260e19eb717d8854afd5d08 /config-lib/pom.xml
parentc63b36b1e661da04889abaccd01fd2a6c4ed783f (diff)
Revert "Merge pull request #15552 from vespa-engine/revert-15550-bratseth/apply-on-restart-take-8"
This reverts commit 916492da87189ff9a07e39b22c64f2e1e31ff53a, reversing changes made to 3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea.
Diffstat (limited to 'config-lib/pom.xml')
-rw-r--r--config-lib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-lib/pom.xml b/config-lib/pom.xml
index 1002d43bc37..90c61725466 100644
--- a/config-lib/pom.xml
+++ b/config-lib/pom.xml
@@ -26,6 +26,12 @@
<artifactId>annotations</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>configgen</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>