diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-02 14:15:10 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-02 14:15:10 +0100 |
commit | 8bbb0f4ce2d80821893b2c32b36bdedf914ccee2 (patch) | |
tree | 1981b871233e010e5e53392fb872b73bfa592e7d /discovery/pom.xml | |
parent | 4a4dc574fcb44f5d92b488de1efeba40d1e6469f (diff) |
Implement discovery service.
No main class yet.
Diffstat (limited to 'discovery/pom.xml')
-rw-r--r-- | discovery/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/discovery/pom.xml b/discovery/pom.xml index d3e9cd7..92cbc94 100644 --- a/discovery/pom.xml +++ b/discovery/pom.xml @@ -81,6 +81,11 @@ <artifactId>httpclient</artifactId> <version>4.1.2</version> </dependency> + <dependency> + <groupId>com.orbekk</groupId> + <artifactId>same</artifactId> + <version>0.0-SNAPSHOT</version> + </dependency> </dependencies> <build> <plugins> |