summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2024-05-18 08:28:26 +0200
committerJon Bratseth <bratseth@vespa.ai>2024-05-18 08:28:26 +0200
commitc533f3abd793cea96658d55dbb88ef66edb1c81a (patch)
tree462f010c6256276d3567f26aa5b277705d900666
parentad9302e3978195b30e23acde574cef4054661c54 (diff)
Add dependency
-rw-r--r--application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f5704541308..cbe04038df9 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -36,6 +36,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>flags</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>http-utils</artifactId>
<version>${project.version}</version>
</dependency>