summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-31 16:09:06 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2024-03-31 16:09:06 +0200
commit1729774d16232672731147928e55e55039331d37 (patch)
tree8e822e0e191ca43fedcf923d9b1bbb86196fccb9
parent60dee7296c951c5a0c8364aac8e975bfc267a7b5 (diff)
Bring in commons-io explicit to get dependencies correctly resolved.
-rw-r--r--application-model/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application-model/pom.xml b/application-model/pom.xml
index 3581a0020ee..425e5a5193a 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -26,6 +26,10 @@
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>