summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-02 14:46:55 +0100
committerHarald Musum <musum@oath.com>2017-11-02 14:46:55 +0100
commit0ade8429cc03ee3bee7800f6b709374c1be0929c (patch)
tree32277bb9005f7d521993c24b42e071bd9353f44d /config-proxy/pom.xml
parent648a78cd05b269b74cbb819e8d8ed9c7110e8b50 (diff)
Add file distribution skeleton to config proxy
Diffstat (limited to 'config-proxy/pom.xml')
-rw-r--r--config-proxy/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index aa9783f60a3..8a7b6f253e2 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -57,6 +57,10 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>