summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-05 16:36:03 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-05 16:36:03 +0200
commitcfdde6b86b243cf412c1bb90e4e39de882d1c2e8 (patch)
treee45921a3d4b308c4bfc2f1f9499b0b95bf31ca8e /pom.xml
parenteb16cf212c75c81b8714308c7848887447aee33f (diff)
Better server design.
Proper handling of asynchronous requests on the server.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3319230..e5cee74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.4.1</version>
+ <version>2.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>