summaryrefslogtreecommitdiff
path: root/same/pom.xml
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-09 12:06:22 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-09 12:06:22 +0200
commit45622f6c0d98c4b21375374cd748bae8e0ca1daf (patch)
tree6c17df1c573665fcaf65559be00df5c2f9957644 /same/pom.xml
parentc32ccdc6cffb47f4f3fe945404c4e8bd8fe3ff3e (diff)
Add (non-Android) protobuf benchmark code.
Diffstat (limited to 'same/pom.xml')
-rw-r--r--same/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/same/pom.xml b/same/pom.xml
index 2081a1e..5462491 100644
--- a/same/pom.xml
+++ b/same/pom.xml
@@ -87,6 +87,11 @@
<version>1.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.orbekk</groupId>
+ <artifactId>protobuf-simple-rpc</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
<plugins>