summaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-15 11:40:46 +0100
committerHarald Musum <musum@oath.com>2017-11-15 11:40:46 +0100
commit8c3d4cb907ffd619867ab33178a1ffc512e3fa2b (patch)
treef5a41be6265c4135ab2b7124d04e3edc1bb44275 /filedistribution/pom.xml
parentd6ff56db552d8673bbcefb1b6fb0fca891fb0415 (diff)
Move classes to filedistribution module
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml38
1 files changed, 37 insertions, 1 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index e63b85a22b8..de8576ff067 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -4,7 +4,43 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
+ <dependencies>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-lib</artifactId>
+ <version>6-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>6-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>jrt</artifactId>
+ <version>6-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespalog</artifactId>
+ <version>6-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config</artifactId>
+ <version>6-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>