From 34f9215702bbadcd4dcd4a3be8eb8fe7f326ac27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 27 Mar 2012 20:03:37 +0200 Subject: Add pom.xml with protobuf dependency. --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..137d1a8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + + com.orbekk + protobuf-simple-rpc + 1.0-SNAPSHOT + jar + + protobuf-simple-rpc + + + + UTF-8 + + + + + com.google.protobuf + protobuf-java + 2.4.1 + + + junit + junit + 3.8.1 + test + + + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + -- cgit v1.2.3